Html Css Color HEX #C3F913 Electric Lime

📋 copy color: '#C3F913'

red 195 ◦ green 249 ◦ blue 19

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

Shades of Electric Lime #C3F913

Tints of Electric Lime #C3F913

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.78%

 BLUE value IS 19 (7.81% from 255) = 4.1%

R = 42.12%
G = 53.78%
B = 4.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#C3F913 (or 0xC3F913) is known color: Electric Lime. HEX triplet: C3, F9 and 13. RGB value is (195,249,19). Sum of RGB (Red+Green+Blue) = 195+249+19=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F913 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F913 is #3C06EC. Grayscale: #CFCFCF. Windows color (decimal): -3933933 or 1309123. OLE color: 1309123.

HSL color Cylindrical-coordinate representation of color #C3F913: hue angle of 74.09º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3F913 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 249 19 -
CMYK 0.22 0 0.92 0.02
HSL 74.09º 0.95% 0.53% -
HSV(B) 74.09º 0.92% 0.98% -
XYZ 56.5 79.4 12.96 -
YUV 206.63 22.11 119.7 -
System Red Green Blue C M Y K H S L
Decimal 195 249 19 0.22 0 0.92 0.02 74.09 0.95 0.53
Hex C3 F9 13 16 0 5C 2 4A 5F 35
Octal 303 371 23 26 0 134 2 112 137 65
Binary 11000011 11111001 10011 10110 0 1011100 10 1001010 1011111 110101

Color Harmonies of #C3F913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F913

Black with #C3F913

Text Example


Text Example

White with #C3F913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F913; }

 p { color: rgb(195,249,19); }

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

background-color css

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

 a { background-color: rgb(195,249,19); }

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

border-color css

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

 span { border-color: rgb(195,249,19); }

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