Html Css Color HEX #C5F003 Electric Lime

📋 copy color: '#C5F003'

red 197 ◦ green 240 ◦ blue 3

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

Shades of Electric Lime #C5F003

Tints of Electric Lime #C5F003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 44.77%
G = 54.55%
B = 0.68%

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

#C5F003 (or 0xC5F003) is known color: Electric Lime. HEX triplet: C5, F0 and 03. RGB value is (197,240,3). Sum of RGB (Red+Green+Blue) = 197+240+3=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 3 (1.56% from 255 or 0.68% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F003 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F003 is #3A0FFC. Grayscale: #C9C9C9. Windows color (decimal): -3805181 or 258245. OLE color: 258245.

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

Color convert

RGB 197 240 3 -
CMYK 0.18 0 0.99 0.06
HSL 70.89º 0.98% 0.48% -
HSV(B) 70.89º 0.99% 0.94% -
XYZ 54.2 74.2 11.55 -
YUV 200.13 16.75 125.77 -
System Red Green Blue C M Y K H S L
Decimal 197 240 3 0.18 0 0.99 0.06 70.89 0.98 0.48
Hex C5 F0 3 12 0 63 6 47 62 30
Octal 305 360 3 22 0 143 6 107 142 60
Binary 11000101 11110000 11 10010 0 1100011 110 1000111 1100010 110000

Color Harmonies of #C5F003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F003

Black with #C5F003

Text Example


Text Example

White with #C5F003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F003; }

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

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

background-color css

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

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

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

border-color css

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

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

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