Html Css Color HEX #C2F818 Electric Lime

📋 copy color: '#C2F818'

red 194 ◦ green 248 ◦ blue 24

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

Shades of Electric Lime #C2F818

Tints of Electric Lime #C2F818

RGB

 RED value IS 194 (76.17% from 255) = 41.63%

 GREEN value IS 248 (97.27% from 255) = 53.22%

 BLUE value IS 24 (9.77% from 255) = 5.15%

R = 41.63%
G = 53.22%
B = 5.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#C2F818 (or 0xC2F818) is known color: Electric Lime. HEX triplet: C2, F8 and 18. RGB value is (194,248,24). Sum of RGB (Red+Green+Blue) = 194+248+24=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F818 is #3D07E7. Grayscale: #CFCFCF. Windows color (decimal): -3999720 or 1636546. OLE color: 1636546.

HSL color Cylindrical-coordinate representation of color #C2F818: hue angle of 74.46º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2F818 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 248 24 -
CMYK 0.22 0 0.90 0.03
HSL 74.46º 0.94% 0.53% -
HSV(B) 74.46º 0.9% 0.97% -
XYZ 55.98 78.67 13.1 -
YUV 206.32 25.11 119.21 -
System Red Green Blue C M Y K H S L
Decimal 194 248 24 0.22 0 0.90 0.03 74.46 0.94 0.53
Hex C2 F8 18 16 0 5A 3 4A 5E 35
Octal 302 370 30 26 0 132 3 112 136 65
Binary 11000010 11111000 11000 10110 0 1011010 11 1001010 1011110 110101

Color Harmonies of #C2F818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F818

Black with #C2F818

Text Example


Text Example

White with #C2F818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F818; }

 p { color: rgb(194,248,24); }

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

background-color css

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

 a { background-color: rgb(194,248,24); }

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

border-color css

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

 span { border-color: rgb(194,248,24); }

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