#62EF12

Color #62EF12 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #62EF12

Tints of Bright Green #62EF12

Color information

#62EF12 (or 0x62EF12) is unknown color: approx Bright Green. HEX triplet: 62, EF and 12. RGB value is (98,239,18). Sum of RGB (Red+Green+Blue) = 98+239+18=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 239 (93.75% from 255 or 67.32% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 239 - color contains mainly: green. Hex color #62EF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62EF12 is #9D10ED. Grayscale: #ACACAC. Windows color (decimal): -10293486 or 1240930. OLE color: 1240930.

HSL color Cylindrical-coordinate representation of color #62EF12: hue angle of 98.28º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62EF12 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB9823918-
CMYK0.5900.920.06
HSL98.28º87.35%50.39%-
HSV(B)98.28º92.47%93.73%-
XYZ36.0164.3711.1-
YUV171.6541.2975.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 239 (93.75% from 255) = 67.32%
BLUE value IS 18 (7.42% from 255) = 5.07%
R=27.61%
G=67.32%
B=5.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal98239180.5900.920.0698.2887.3550.39
Hex62EF123B05C6625732
Octal14235722730134614212762
Binary110001011101111100101110110101110011011000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62EF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62EF12; }

 p { color: rgb(98,239,18); }

 H1.HeaderClassName
 {
   color: #62EF12;
 }
 .AnyTagClassName
 {
   color: #62EF12;
 }
</style>
background-color css

<style>
 a { background-color: #62EF12; }

 a { background-color: rgb(98,239,18); }

 div.DivClassName
 {
   background-color: #62EF12;
 }
 .BgClassName
 {
   background-color: #62EF12;
 }
</style>
border-color css

<style>
 span { border-color: #62EF12; }

 span { border-color: rgb(98,239,18); }

 td.TdClassName
 {
   border-color: #62EF12;
 }
 .TagClassName
 {
   border-color: #62EF12;
 }
</style>