Html Css Color HEX #C5F203 Electric Lime

📋 copy color: '#C5F203'

red 197 ◦ green 242 ◦ blue 3

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

Shades of Electric Lime #C5F203

Tints of Electric Lime #C5F203

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.75%

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

R = 44.57%
G = 54.75%
B = 0.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#C5F203 (or 0xC5F203) is known color: Electric Lime. HEX triplet: C5, F2 and 03. RGB value is (197,242,3). Sum of RGB (Red+Green+Blue) = 197+242+3=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 3 (1.56% from 255 or 0.68% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F203 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F203 is #3A0DFC. Grayscale: #CACACA. Windows color (decimal): -3804669 or 258757. OLE color: 258757.

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

Color convert

RGB 197 242 3 -
CMYK 0.19 0 0.99 0.05
HSL 71.3º 0.98% 0.48% -
HSV(B) 71.3º 0.99% 0.95% -
XYZ 54.79 75.38 11.75 -
YUV 201.3 16.09 124.93 -
System Red Green Blue C M Y K H S L
Decimal 197 242 3 0.19 0 0.99 0.05 71.3 0.98 0.48
Hex C5 F2 3 13 0 63 5 47 62 30
Octal 305 362 3 23 0 143 5 107 142 60
Binary 11000101 11110010 11 10011 0 1100011 101 1000111 1100010 110000

Color Harmonies of #C5F203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F203

Black with #C5F203

Text Example


Text Example

White with #C5F203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F203; }

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

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

background-color css

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

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

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

border-color css

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

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

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