Html Css Color HEX #C5E602 Electric Lime

📋 copy color: '#C5E602'

red 197 ◦ green 230 ◦ blue 2

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

Shades of Electric Lime #C5E602

Tints of Electric Lime #C5E602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 45.92%
G = 53.61%
B = 0.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#C5E602 (or 0xC5E602) is known color: Electric Lime. HEX triplet: C5, E6 and 02. RGB value is (197,230,2). Sum of RGB (Red+Green+Blue) = 197+230+2=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 230 (90.23% from 255 or 53.61% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E602 is #3A19FD. Grayscale: #C3C3C3. Windows color (decimal): -3807742 or 190149. OLE color: 190149.

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

Color convert

RGB 197 230 2 -
CMYK 0.14 0 0.99 0.10
HSL 68.68º 0.98% 0.45% -
HSV(B) 68.68º 0.99% 0.9% -
XYZ 51.33 68.47 10.57 -
YUV 194.14 19.57 130.04 -
System Red Green Blue C M Y K H S L
Decimal 197 230 2 0.14 0 0.99 0.10 68.68 0.98 0.45
Hex C5 E6 2 E 0 63 A 45 62 2D
Octal 305 346 2 16 0 143 12 105 142 55
Binary 11000101 11100110 10 1110 0 1100011 1010 1000101 1100010 101101

Color Harmonies of #C5E602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E602

Black with #C5E602

Text Example


Text Example

White with #C5E602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E602; }

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

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

background-color css

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

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

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

border-color css

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

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

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