Html Css Color HEX #C4FB1D Electric Lime

📋 copy color: '#C4FB1D'

red 196 ◦ green 251 ◦ blue 29

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

Shades of Electric Lime #C4FB1D

Tints of Electric Lime #C4FB1D

RGB

 RED value IS 196 (76.95% from 255) = 41.18%

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

 BLUE value IS 29 (11.72% from 255) = 6.09%

R = 41.18%
G = 52.73%
B = 6.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#C4FB1D (or 0xC4FB1D) is known color: Electric Lime. HEX triplet: C4, FB and 1D. RGB value is (196,251,29). Sum of RGB (Red+Green+Blue) = 196+251+29=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 29 (11.72% from 255 or 6.09% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4FB1D is #3B04E2. Grayscale: #D2D2D2. Windows color (decimal): -3867875 or 1964996. OLE color: 1964996.

HSL color Cylindrical-coordinate representation of color #C4FB1D: hue angle of 74.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4FB1D is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 251 29 -
CMYK 0.22 0 0.88 0.02
HSL 74.86º 0.97% 0.55% -
HSV(B) 74.86º 0.88% 0.98% -
XYZ 57.48 80.82 13.73 -
YUV 209.25 26.28 118.55 -
System Red Green Blue C M Y K H S L
Decimal 196 251 29 0.22 0 0.88 0.02 74.86 0.97 0.55
Hex C4 FB 1D 16 0 58 2 4B 61 37
Octal 304 373 35 26 0 130 2 113 141 67
Binary 11000100 11111011 11101 10110 0 1011000 10 1001011 1100001 110111

Color Harmonies of #C4FB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FB1D

Black with #C4FB1D

Text Example


Text Example

White with #C4FB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FB1D; }

 p { color: rgb(196,251,29); }

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

background-color css

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

 a { background-color: rgb(196,251,29); }

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

border-color css

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

 span { border-color: rgb(196,251,29); }

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