Html Css Color HEX #C2F817 Electric Lime

📋 copy color: '#C2F817'

red 194 ◦ green 248 ◦ blue 23

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

Shades of Electric Lime #C2F817

Tints of Electric Lime #C2F817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.95%

R = 41.72%
G = 53.33%
B = 4.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#C2F817 (or 0xC2F817) is known color: Electric Lime. HEX triplet: C2, F8 and 17. RGB value is (194,248,23). Sum of RGB (Red+Green+Blue) = 194+248+23=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 23 (9.38% from 255 or 4.95% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F817 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F817 is #3D07E8. Grayscale: #CFCFCF. Windows color (decimal): -3999721 or 1571010. OLE color: 1571010.

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

Color convert

RGB 194 248 23 -
CMYK 0.22 0 0.91 0.03
HSL 74.4º 0.94% 0.53% -
HSV(B) 74.4º 0.91% 0.97% -
XYZ 55.97 78.67 13.04 -
YUV 206.2 24.61 119.3 -
System Red Green Blue C M Y K H S L
Decimal 194 248 23 0.22 0 0.91 0.03 74.4 0.94 0.53
Hex C2 F8 17 16 0 5B 3 4A 5E 35
Octal 302 370 27 26 0 133 3 112 136 65
Binary 11000010 11111000 10111 10110 0 1011011 11 1001010 1011110 110101

Color Harmonies of #C2F817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F817

Black with #C2F817

Text Example


Text Example

White with #C2F817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F817; }

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

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

background-color css

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

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

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

border-color css

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

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

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