Html Css Color HEX #05FB02 Lime

📋 copy color: '#05FB02'

red 5 ◦ green 251 ◦ blue 2

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

Shades of Lime #05FB02

Tints of Lime #05FB02

RGB

 RED value IS 5 (2.34% from 255) = 1.94%

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

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

R = 1.94%
G = 97.29%
B = 0.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#05FB02 (or 0x05FB02) is known color: Lime. HEX triplet: 05, FB and 02. RGB value is (5,251,2). Sum of RGB (Red+Green+Blue) = 5+251+2=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 251 (98.44% from 255 or 97.29% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 251 - color contains mainly: green. Hex color #05FB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FB02 is #FA04FD. Grayscale: #959595. Windows color (decimal): -16385278 or 195333. OLE color: 195333.

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

Color convert

RGB 5 251 2 -
CMYK 0.98 0 0.99 0.02
HSL 119.28º 0.98% 0.5% -
HSV(B) 119.28º 0.99% 0.98% -
XYZ 34.57 69.03 11.56 -
YUV 149.06 45 25.25 -
System Red Green Blue C M Y K H S L
Decimal 5 251 2 0.98 0 0.99 0.02 119.28 0.98 0.5
Hex 5 FB 2 62 0 63 2 77 62 32
Octal 5 373 2 142 0 143 2 167 142 62
Binary 101 11111011 10 1100010 0 1100011 10 1110111 1100010 110010

Color Harmonies of #05FB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FB02

Black with #05FB02

Text Example


Text Example

White with #05FB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05FB02; }

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

 H1.HeaderClassName
 {
   color: #05FB02;
 }
 .AnyTagClassName
 {
   color: #05FB02;
 }
</style>

background-color css

<style>
 a { background-color: #05FB02; }

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

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

border-color css

<style>
 span { border-color: #05FB02; }

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

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