Html Css Color HEX #05F802 Lime

📋 copy color: '#05F802'

red 5 ◦ green 248 ◦ blue 2

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

Shades of Lime #05F802

Tints of Lime #05F802

RGB

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

 GREEN value IS 248 (97.27% from 255) = 97.25%

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

R = 1.96%
G = 97.25%
B = 0.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#05F802 (or 0x05F802) is known color: Lime. HEX triplet: 05, F8 and 02. RGB value is (5,248,2). Sum of RGB (Red+Green+Blue) = 5+248+2=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 248 (97.27% from 255 or 97.25% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 248 - color contains mainly: green. Hex color #05F802 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F802 is #FA07FD. Grayscale: #949494. Windows color (decimal): -16386046 or 194565. OLE color: 194565.

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

Color convert

RGB 5 248 2 -
CMYK 0.98 0 0.99 0.03
HSL 119.27º 0.98% 0.49% -
HSV(B) 119.27º 0.99% 0.97% -
XYZ 33.64 67.17 11.25 -
YUV 147.3 45.99 26.5 -
System Red Green Blue C M Y K H S L
Decimal 5 248 2 0.98 0 0.99 0.03 119.27 0.98 0.49
Hex 5 F8 2 62 0 63 3 77 62 31
Octal 5 370 2 142 0 143 3 167 142 61
Binary 101 11111000 10 1100010 0 1100011 11 1110111 1100010 110001

Color Harmonies of #05F802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F802

Black with #05F802

Text Example


Text Example

White with #05F802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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