Html Css Color HEX #C5EF05 Electric Lime

📋 copy color: '#C5EF05'

red 197 ◦ green 239 ◦ blue 5

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

Shades of Electric Lime #C5EF05

Tints of Electric Lime #C5EF05

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.2%

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 44.67%
G = 54.2%
B = 1.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#C5EF05 (or 0xC5EF05) is known color: Electric Lime. HEX triplet: C5, EF and 05. RGB value is (197,239,5). Sum of RGB (Red+Green+Blue) = 197+239+5=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5EF05 is #3A10FA. Grayscale: #C8C8C8. Windows color (decimal): -3805435 or 389061. OLE color: 389061.

HSL color Cylindrical-coordinate representation of color #C5EF05: hue angle of 70.77º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5EF05 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 239 5 -
CMYK 0.18 0 0.98 0.06
HSL 70.77º 0.96% 0.48% -
HSV(B) 70.77º 0.98% 0.94% -
XYZ 53.92 73.61 11.51 -
YUV 199.77 18.09 126.03 -
System Red Green Blue C M Y K H S L
Decimal 197 239 5 0.18 0 0.98 0.06 70.77 0.96 0.48
Hex C5 EF 5 12 0 62 6 47 60 30
Octal 305 357 5 22 0 142 6 107 140 60
Binary 11000101 11101111 101 10010 0 1100010 110 1000111 1100000 110000

Color Harmonies of #C5EF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EF05

Black with #C5EF05

Text Example


Text Example

White with #C5EF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EF05; }

 p { color: rgb(197,239,5); }

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

background-color css

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

 a { background-color: rgb(197,239,5); }

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

border-color css

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

 span { border-color: rgb(197,239,5); }

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