Html Css Color HEX #05F602 Lime

📋 copy color: '#05F602'

red 5 ◦ green 246 ◦ blue 2

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

Shades of Lime #05F602

Tints of Lime #05F602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 97.23%

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

R = 1.98%
G = 97.23%
B = 0.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#05F602 (or 0x05F602) is known color: Lime. HEX triplet: 05, F6 and 02. RGB value is (5,246,2). Sum of RGB (Red+Green+Blue) = 5+246+2=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 246 (96.48% from 255 or 97.23% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 246 - color contains mainly: green. Hex color #05F602 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F602 is #FA09FD. Grayscale: #929292. Windows color (decimal): -16386558 or 194053. OLE color: 194053.

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

Color convert

RGB 5 246 2 -
CMYK 0.98 0 0.99 0.04
HSL 119.26º 0.98% 0.49% -
HSV(B) 119.26º 0.99% 0.96% -
XYZ 33.03 65.95 11.05 -
YUV 146.13 46.66 27.34 -
System Red Green Blue C M Y K H S L
Decimal 5 246 2 0.98 0 0.99 0.04 119.26 0.98 0.49
Hex 5 F6 2 62 0 63 4 77 62 31
Octal 5 366 2 142 0 143 4 167 142 61
Binary 101 11110110 10 1100010 0 1100011 100 1110111 1100010 110001

Color Harmonies of #05F602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F602

Black with #05F602

Text Example


Text Example

White with #05F602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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