Html Css Color HEX #02FB09 Lime

📋 copy color: '#02FB09'

red 2 ◦ green 251 ◦ blue 9

#02FB09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime #02FB09

Tints of Lime #02FB09

RGB

 RED value IS 2 (1.17% from 255) = 0.76%

 GREEN value IS 251 (98.44% from 255) = 95.8%

 BLUE value IS 9 (3.91% from 255) = 3.44%

R = 0.76%
G = 95.8%
B = 3.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#02FB09 (or 0x02FB09) is known color: Lime. HEX triplet: 02, FB and 09. RGB value is (2,251,9). Sum of RGB (Red+Green+Blue) = 2+251+9=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 251 (98.44% from 255 or 95.80% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 251 - color contains mainly: green. Hex color #02FB09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FB09 is #FD04F6. Grayscale: #959595. Windows color (decimal): -16581879 or 654082. OLE color: 654082.

HSL color Cylindrical-coordinate representation of color #02FB09: hue angle of 121.69º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FB09 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 251 9 -
CMYK 0.99 0 0.96 0.02
HSL 121.69º 0.98% 0.5% -
HSV(B) 121.69º 0.99% 0.98% -
XYZ 34.57 69.03 11.76 -
YUV 148.96 49.01 23.18 -
System Red Green Blue C M Y K H S L
Decimal 2 251 9 0.99 0 0.96 0.02 121.69 0.98 0.5
Hex 2 FB 9 63 0 60 2 7A 62 32
Octal 2 373 11 143 0 140 2 172 142 62
Binary 10 11111011 1001 1100011 0 1100000 10 1111010 1100010 110010

Color Harmonies of #02FB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FB09

Black with #02FB09

Text Example


Text Example

White with #02FB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02FB09; }

 p { color: rgb(2,251,9); }

 H1.HeaderClassName
 {
   color: #02FB09;
 }
 .AnyTagClassName
 {
   color: #02FB09;
 }
</style>

background-color css

<style>
 a { background-color: #02FB09; }

 a { background-color: rgb(2,251,9); }

 div.DivClassName
 {
   background-color: #02FB09;
 }
 .BgClassName
 {
   background-color: #02FB09;
 }
</style>

border-color css

<style>
 span { border-color: #02FB09; }

 span { border-color: rgb(2,251,9); }

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