#62F402

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

Shades of Bright Green #62F402

Tints of Bright Green #62F402

Color information

#62F402 (or 0x62F402) is unknown color: approx Bright Green. HEX triplet: 62, F4 and 02. RGB value is (98,244,2). Sum of RGB (Red+Green+Blue) = 98+244+2=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 244 (95.70% from 255 or 70.93% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 244 - color contains mainly: green. Hex color #62F402 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62F402 is #9D0BFD. Grayscale: #ADADAD. Windows color (decimal): -10292222 or 193634. OLE color: 193634.

HSL color Cylindrical-coordinate representation of color #62F402: hue angle of 96.2º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62F402 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB982442-
CMYK0.6000.990.04
HSL96.2º98.37%48.24%-
HSV(B)96.2º99.18%95.69%-
XYZ37.467.311.08-
YUV172.7631.6374.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.49%
GREEN value IS 244 (95.70% from 255) = 70.93%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=28.49%
G=70.93%
B=0.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9824420.6000.990.0496.298.3748.24
Hex62F423C0634606230
Octal1423642740143414014260
Binary110001011110100101111000110001110011000001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62F402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,244,2); }

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

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

 a { background-color: rgb(98,244,2); }

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

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

 span { border-color: rgb(98,244,2); }

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