Html Css Color HEX #C5FB02 Electric Lime

📋 copy color: '#C5FB02'

red 197 ◦ green 251 ◦ blue 2

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

Shades of Electric Lime #C5FB02

Tints of Electric Lime #C5FB02

RGB

 RED value IS 197 (77.34% from 255) = 43.78%

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

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

R = 43.78%
G = 55.78%
B = 0.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#C5FB02 (or 0xC5FB02) is known color: Electric Lime. HEX triplet: C5, FB and 02. RGB value is (197,251,2). Sum of RGB (Red+Green+Blue) = 197+251+2=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 251 (98.44% from 255 or 55.78% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FB02 is #3A04FD. Grayscale: #CFCFCF. Windows color (decimal): -3802366 or 195525. OLE color: 195525.

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

Color convert

RGB 197 251 2 -
CMYK 0.22 0 0.99 0.02
HSL 73.01º 0.98% 0.5% -
HSV(B) 73.01º 0.99% 0.98% -
XYZ 57.53 80.87 12.63 -
YUV 206.47 12.61 121.25 -
System Red Green Blue C M Y K H S L
Decimal 197 251 2 0.22 0 0.99 0.02 73.01 0.98 0.5
Hex C5 FB 2 16 0 63 2 49 62 32
Octal 305 373 2 26 0 143 2 111 142 62
Binary 11000101 11111011 10 10110 0 1100011 10 1001001 1100010 110010

Color Harmonies of #C5FB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FB02

Black with #C5FB02

Text Example


Text Example

White with #C5FB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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