Html Css Color HEX #C8F115 Electric Lime

📋 copy color: '#C8F115'

red 200 ◦ green 241 ◦ blue 21

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

Shades of Electric Lime #C8F115

Tints of Electric Lime #C8F115

RGB

 RED value IS 200 (78.52% from 255) = 43.29%

 GREEN value IS 241 (94.53% from 255) = 52.16%

 BLUE value IS 21 (8.59% from 255) = 4.55%

R = 43.29%
G = 52.16%
B = 4.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#C8F115 (or 0xC8F115) is known color: Electric Lime. HEX triplet: C8, F1 and 15. RGB value is (200,241,21). Sum of RGB (Red+Green+Blue) = 200+241+21=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F115 is #370EEA. Grayscale: #CCCCCC. Windows color (decimal): -3608299 or 1438152. OLE color: 1438152.

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

Color convert

RGB 200 241 21 -
CMYK 0.17 0 0.91 0.05
HSL 71.18º 0.89% 0.51% -
HSV(B) 71.18º 0.91% 0.95% -
XYZ 55.41 75.24 12.31 -
YUV 203.66 24.92 125.39 -
System Red Green Blue C M Y K H S L
Decimal 200 241 21 0.17 0 0.91 0.05 71.18 0.89 0.51
Hex C8 F1 15 11 0 5B 5 47 59 33
Octal 310 361 25 21 0 133 5 107 131 63
Binary 11001000 11110001 10101 10001 0 1011011 101 1000111 1011001 110011

Color Harmonies of #C8F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F115

Black with #C8F115

Text Example


Text Example

White with #C8F115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F115; }

 p { color: rgb(200,241,21); }

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

background-color css

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

 a { background-color: rgb(200,241,21); }

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

border-color css

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

 span { border-color: rgb(200,241,21); }

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