Html Css Color HEX #C5E402 Electric Lime

📋 copy color: '#C5E402'

red 197 ◦ green 228 ◦ blue 2

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

Shades of Electric Lime #C5E402

Tints of Electric Lime #C5E402

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.4%

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

R = 46.14%
G = 53.4%
B = 0.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#C5E402 (or 0xC5E402) is known color: Electric Lime. HEX triplet: C5, E4 and 02. RGB value is (197,228,2). Sum of RGB (Red+Green+Blue) = 197+228+2=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 228 (89.45% from 255 or 53.40% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E402 is #3A1BFD. Grayscale: #C1C1C1. Windows color (decimal): -3808254 or 189637. OLE color: 189637.

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

Color convert

RGB 197 228 2 -
CMYK 0.14 0 0.99 0.11
HSL 68.23º 0.98% 0.45% -
HSV(B) 68.23º 0.99% 0.89% -
XYZ 50.78 67.36 10.38 -
YUV 192.97 20.23 130.88 -
System Red Green Blue C M Y K H S L
Decimal 197 228 2 0.14 0 0.99 0.11 68.23 0.98 0.45
Hex C5 E4 2 E 0 63 B 44 62 2D
Octal 305 344 2 16 0 143 13 104 142 55
Binary 11000101 11100100 10 1110 0 1100011 1011 1000100 1100010 101101

Color Harmonies of #C5E402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E402

Black with #C5E402

Text Example


Text Example

White with #C5E402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E402; }

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

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

background-color css

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

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

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

border-color css

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

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

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