Html Css Color HEX #02FB04 Lime

📋 copy color: '#02FB04'

red 2 ◦ green 251 ◦ blue 4

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

Shades of Lime #02FB04

Tints of Lime #02FB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 0.78%
G = 97.67%
B = 1.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#02FB04 (or 0x02FB04) is known color: Lime. HEX triplet: 02, FB and 04. RGB value is (2,251,4). Sum of RGB (Red+Green+Blue) = 2+251+4=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 251 (98.44% from 255 or 97.67% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 251 - color contains mainly: green. Hex color #02FB04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FB04 is #FD04FB. Grayscale: #959595. Windows color (decimal): -16581884 or 326402. OLE color: 326402.

HSL color Cylindrical-coordinate representation of color #02FB04: hue angle of 120.48º 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 #02FB04 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 251 4 -
CMYK 0.99 0 0.98 0.02
HSL 120.48º 0.98% 0.5% -
HSV(B) 120.48º 0.99% 0.98% -
XYZ 34.54 69.02 11.62 -
YUV 148.39 46.51 23.58 -
System Red Green Blue C M Y K H S L
Decimal 2 251 4 0.99 0 0.98 0.02 120.48 0.98 0.5
Hex 2 FB 4 63 0 62 2 78 62 32
Octal 2 373 4 143 0 142 2 170 142 62
Binary 10 11111011 100 1100011 0 1100010 10 1111000 1100010 110010

Color Harmonies of #02FB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FB04

Black with #02FB04

Text Example


Text Example

White with #02FB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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