Html Css Color HEX #02F900 Lime

📋 copy color: '#02F900'

red 2 ◦ green 249 ◦ blue 0

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

Shades of Lime #02F900

Tints of Lime #02F900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 99.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 0.8%
G = 99.2%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#02F900 (or 0x02F900) is known color: Lime. HEX triplet: 02, F9 and 00. RGB value is (2,249,0). Sum of RGB (Red+Green+Blue) = 2+249+0=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 249 (97.66% from 255 or 99.20% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 249 - color contains mainly: green. Hex color #02F900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02F900 is #FD06FF. Grayscale: #939393. Windows color (decimal): -16582400 or 63746. OLE color: 63746.

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

Color convert

RGB 2 249 0 -
CMYK 0.99 0 1 0.02
HSL 119.52º 1% 0.49% -
HSV(B) 119.52º 1% 0.98% -
XYZ 33.9 67.76 11.29 -
YUV 146.76 45.17 24.75 -
System Red Green Blue C M Y K H S L
Decimal 2 249 0 0.99 0 1 0.02 119.52 1 0.49
Hex 2 F9 0 63 0 64 2 78 64 31
Octal 2 371 0 143 0 144 2 170 144 61
Binary 10 11111001 0 1100011 0 1100100 10 1111000 1100100 110001

Color Harmonies of #02F900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F900

Black with #02F900

Text Example


Text Example

White with #02F900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,249,0); }

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

background-color css

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

 a { background-color: rgb(2,249,0); }

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

border-color css

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

 span { border-color: rgb(2,249,0); }

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