Html Css Color HEX #C4F213 Electric Lime

📋 copy color: '#C4F213'

red 196 ◦ green 242 ◦ blue 19

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

Shades of Electric Lime #C4F213

Tints of Electric Lime #C4F213

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.95%

 BLUE value IS 19 (7.81% from 255) = 4.16%

R = 42.89%
G = 52.95%
B = 4.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#C4F213 (or 0xC4F213) is known color: Electric Lime. HEX triplet: C4, F2 and 13. RGB value is (196,242,19). Sum of RGB (Red+Green+Blue) = 196+242+19=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 19 (7.81% from 255 or 4.16% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F213 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F213 is #3B0DEC. Grayscale: #CBCBCB. Windows color (decimal): -3870189 or 1307332. OLE color: 1307332.

HSL color Cylindrical-coordinate representation of color #C4F213: hue angle of 72.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4F213 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 242 19 -
CMYK 0.19 0 0.92 0.05
HSL 72.38º 0.9% 0.51% -
HSV(B) 72.38º 0.92% 0.95% -
XYZ 54.63 75.29 12.27 -
YUV 202.82 24.26 123.13 -
System Red Green Blue C M Y K H S L
Decimal 196 242 19 0.19 0 0.92 0.05 72.38 0.9 0.51
Hex C4 F2 13 13 0 5C 5 48 5A 33
Octal 304 362 23 23 0 134 5 110 132 63
Binary 11000100 11110010 10011 10011 0 1011100 101 1001000 1011010 110011

Color Harmonies of #C4F213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F213

Black with #C4F213

Text Example


Text Example

White with #C4F213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F213; }

 p { color: rgb(196,242,19); }

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

background-color css

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

 a { background-color: rgb(196,242,19); }

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

border-color css

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

 span { border-color: rgb(196,242,19); }

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