Html Css Color HEX #C5F002 Electric Lime

📋 copy color: '#C5F002'

red 197 ◦ green 240 ◦ blue 2

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

Shades of Electric Lime #C5F002

Tints of Electric Lime #C5F002

RGB

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

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

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

R = 44.87%
G = 54.67%
B = 0.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#C5F002 (or 0xC5F002) is known color: Electric Lime. HEX triplet: C5, F0 and 02. RGB value is (197,240,2). Sum of RGB (Red+Green+Blue) = 197+240+2=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F002 is #3A0FFD. Grayscale: #C8C8C8. Windows color (decimal): -3805182 or 192709. OLE color: 192709.

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

Color convert

RGB 197 240 2 -
CMYK 0.18 0 0.99 0.06
HSL 70.84º 0.98% 0.47% -
HSV(B) 70.84º 0.99% 0.94% -
XYZ 54.2 74.19 11.52 -
YUV 200.01 16.25 125.85 -
System Red Green Blue C M Y K H S L
Decimal 197 240 2 0.18 0 0.99 0.06 70.84 0.98 0.47
Hex C5 F0 2 12 0 63 6 47 62 2F
Octal 305 360 2 22 0 143 6 107 142 57
Binary 11000101 11110000 10 10010 0 1100011 110 1000111 1100010 101111

Color Harmonies of #C5F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F002

Black with #C5F002

Text Example


Text Example

White with #C5F002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F002; }

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

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

background-color css

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

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

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

border-color css

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

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

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