Html Css Color HEX #C3F204 Electric Lime

📋 copy color: '#C3F204'

red 195 ◦ green 242 ◦ blue 4

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

Shades of Electric Lime #C3F204

Tints of Electric Lime #C3F204

RGB

 RED value IS 195 (76.56% from 255) = 44.22%

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

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 44.22%
G = 54.88%
B = 0.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#C3F204 (or 0xC3F204) is known color: Electric Lime. HEX triplet: C3, F2 and 04. RGB value is (195,242,4). Sum of RGB (Red+Green+Blue) = 195+242+4=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F204 is #3C0DFB. Grayscale: #C9C9C9. Windows color (decimal): -3935740 or 324291. OLE color: 324291.

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

Color convert

RGB 195 242 4 -
CMYK 0.19 0 0.98 0.05
HSL 71.85º 0.97% 0.48% -
HSV(B) 71.85º 0.98% 0.95% -
XYZ 54.28 75.12 11.75 -
YUV 200.82 16.93 123.85 -
System Red Green Blue C M Y K H S L
Decimal 195 242 4 0.19 0 0.98 0.05 71.85 0.97 0.48
Hex C3 F2 4 13 0 62 5 48 61 30
Octal 303 362 4 23 0 142 5 110 141 60
Binary 11000011 11110010 100 10011 0 1100010 101 1001000 1100001 110000

Color Harmonies of #C3F204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F204

Black with #C3F204

Text Example


Text Example

White with #C3F204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F204; }

 p { color: rgb(195,242,4); }

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

background-color css

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

 a { background-color: rgb(195,242,4); }

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

border-color css

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

 span { border-color: rgb(195,242,4); }

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