Html Css Color HEX #05FA02 Lime

📋 copy color: '#05FA02'

red 5 ◦ green 250 ◦ blue 2

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

Shades of Lime #05FA02

Tints of Lime #05FA02

RGB

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

 GREEN value IS 250 (98.05% from 255) = 97.28%

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

R = 1.95%
G = 97.28%
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

#05FA02 (or 0x05FA02) is known color: Lime. HEX triplet: 05, FA and 02. RGB value is (5,250,2). Sum of RGB (Red+Green+Blue) = 5+250+2=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 250 (98.05% from 255 or 97.28% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 250 - color contains mainly: green. Hex color #05FA02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FA02 is #FA05FD. Grayscale: #959595. Windows color (decimal): -16385534 or 195077. OLE color: 195077.

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

Color convert

RGB 5 250 2 -
CMYK 0.98 0 0.99 0.02
HSL 119.27º 0.98% 0.49% -
HSV(B) 119.27º 0.99% 0.98% -
XYZ 34.26 68.41 11.46 -
YUV 148.47 45.33 25.67 -
System Red Green Blue C M Y K H S L
Decimal 5 250 2 0.98 0 0.99 0.02 119.27 0.98 0.49
Hex 5 FA 2 62 0 63 2 77 62 31
Octal 5 372 2 142 0 143 2 167 142 61
Binary 101 11111010 10 1100010 0 1100011 10 1110111 1100010 110001

Color Harmonies of #05FA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FA02

Black with #05FA02

Text Example


Text Example

White with #05FA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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