Html Css Color HEX #C4FB1B Electric Lime

📋 copy color: '#C4FB1B'

red 196 ◦ green 251 ◦ blue 27

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

Shades of Electric Lime #C4FB1B

Tints of Electric Lime #C4FB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.7%

R = 41.35%
G = 52.95%
B = 5.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#C4FB1B (or 0xC4FB1B) is known color: Electric Lime. HEX triplet: C4, FB and 1B. RGB value is (196,251,27). Sum of RGB (Red+Green+Blue) = 196+251+27=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 251 (98.44% from 255 or 52.95% from 474); Blue value is 27 (10.94% from 255 or 5.70% from 474); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FB1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4FB1B is #3B04E4. Grayscale: #D1D1D1. Windows color (decimal): -3867877 or 1833924. OLE color: 1833924.

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

Color convert

RGB 196 251 27 -
CMYK 0.22 0 0.89 0.02
HSL 74.73º 0.97% 0.55% -
HSV(B) 74.73º 0.89% 0.98% -
XYZ 57.46 80.81 13.61 -
YUV 209.02 25.28 118.71 -
System Red Green Blue C M Y K H S L
Decimal 196 251 27 0.22 0 0.89 0.02 74.73 0.97 0.55
Hex C4 FB 1B 16 0 59 2 4B 61 37
Octal 304 373 33 26 0 131 2 113 141 67
Binary 11000100 11111011 11011 10110 0 1011001 10 1001011 1100001 110111

Color Harmonies of #C4FB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FB1B

Black with #C4FB1B

Text Example


Text Example

White with #C4FB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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