Html Css Color HEX #C5E600 Electric Lime

📋 copy color: '#C5E600'

red 197 ◦ green 230 ◦ blue 0

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

Shades of Electric Lime #C5E600

Tints of Electric Lime #C5E600

RGB

 RED value IS 197 (77.34% from 255) = 46.14%

 GREEN value IS 230 (90.23% from 255) = 53.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.14%
G = 53.86%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#C5E600 (or 0xC5E600) is known color: Electric Lime. HEX triplet: C5, E6 and 00. RGB value is (197,230,0). Sum of RGB (Red+Green+Blue) = 197+230+0=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 230 (90.23% from 255 or 53.86% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E600 is #3A19FF. Grayscale: #C2C2C2. Windows color (decimal): -3807744 or 59077. OLE color: 59077.

HSL color Cylindrical-coordinate representation of color #C5E600: hue angle of 68.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5E600 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 230 0 -
CMYK 0.14 0 1 0.10
HSL 68.61º 1% 0.45% -
HSV(B) 68.61º 1% 0.9% -
XYZ 51.32 68.46 10.51 -
YUV 193.91 18.57 130.2 -
System Red Green Blue C M Y K H S L
Decimal 197 230 0 0.14 0 1 0.10 68.61 1 0.45
Hex C5 E6 0 E 0 64 A 45 64 2D
Octal 305 346 0 16 0 144 12 105 144 55
Binary 11000101 11100110 0 1110 0 1100100 1010 1000101 1100100 101101

Color Harmonies of #C5E600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E600

Black with #C5E600

Text Example


Text Example

White with #C5E600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E600; }

 p { color: rgb(197,230,0); }

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

background-color css

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

 a { background-color: rgb(197,230,0); }

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

border-color css

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

 span { border-color: rgb(197,230,0); }

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