Html Css Color HEX #C5E700 Electric Lime

📋 copy color: '#C5E700'

red 197 ◦ green 231 ◦ blue 0

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

Shades of Electric Lime #C5E700

Tints of Electric Lime #C5E700

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.97%

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

R = 46.03%
G = 53.97%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#C5E700 (or 0xC5E700) is known color: Electric Lime. HEX triplet: C5, E7 and 00. RGB value is (197,231,0). Sum of RGB (Red+Green+Blue) = 197+231+0=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 231 (90.62% from 255 or 53.97% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E700 is #3A18FF. Grayscale: #C3C3C3. Windows color (decimal): -3807488 or 59333. OLE color: 59333.

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

Color convert

RGB 197 231 0 -
CMYK 0.15 0 1 0.09
HSL 68.83º 1% 0.45% -
HSV(B) 68.83º 1% 0.91% -
XYZ 51.6 69.02 10.6 -
YUV 194.5 18.24 129.78 -
System Red Green Blue C M Y K H S L
Decimal 197 231 0 0.15 0 1 0.09 68.83 1 0.45
Hex C5 E7 0 F 0 64 9 45 64 2D
Octal 305 347 0 17 0 144 11 105 144 55
Binary 11000101 11100111 0 1111 0 1100100 1001 1000101 1100100 101101

Color Harmonies of #C5E700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E700

Black with #C5E700

Text Example


Text Example

White with #C5E700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E700; }

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

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

background-color css

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

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

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

border-color css

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

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

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