Html Css Color HEX #C5F005 Electric Lime

📋 copy color: '#C5F005'

red 197 ◦ green 240 ◦ blue 5

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

Shades of Electric Lime #C5F005

Tints of Electric Lime #C5F005

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.3%

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

R = 44.57%
G = 54.3%
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

#C5F005 (or 0xC5F005) is known color: Electric Lime. HEX triplet: C5, F0 and 05. RGB value is (197,240,5). Sum of RGB (Red+Green+Blue) = 197+240+5=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F005 is #3A0FFA. Grayscale: #C9C9C9. Windows color (decimal): -3805179 or 389317. OLE color: 389317.

HSL color Cylindrical-coordinate representation of color #C5F005: hue angle of 70.98º 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 #C5F005 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 240 5 -
CMYK 0.18 0 0.98 0.06
HSL 70.98º 0.96% 0.48% -
HSV(B) 70.98º 0.98% 0.94% -
XYZ 54.21 74.2 11.61 -
YUV 200.35 17.75 125.61 -
System Red Green Blue C M Y K H S L
Decimal 197 240 5 0.18 0 0.98 0.06 70.98 0.96 0.48
Hex C5 F0 5 12 0 62 6 47 60 30
Octal 305 360 5 22 0 142 6 107 140 60
Binary 11000101 11110000 101 10010 0 1100010 110 1000111 1100000 110000

Color Harmonies of #C5F005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F005

Black with #C5F005

Text Example


Text Example

White with #C5F005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F005; }

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

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

background-color css

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

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

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

border-color css

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

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

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