Html Css Color HEX #C3F914 Electric Lime

📋 copy color: '#C3F914'

red 195 ◦ green 249 ◦ blue 20

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

Shades of Electric Lime #C3F914

Tints of Electric Lime #C3F914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.31%

R = 42.03%
G = 53.66%
B = 4.31%

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

#C3F914 (or 0xC3F914) is known color: Electric Lime. HEX triplet: C3, F9 and 14. RGB value is (195,249,20). Sum of RGB (Red+Green+Blue) = 195+249+20=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F914 is #3C06EB. Grayscale: #CFCFCF. Windows color (decimal): -3933932 or 1374659. OLE color: 1374659.

HSL color Cylindrical-coordinate representation of color #C3F914: hue angle of 74.15º 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 #C3F914 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 249 20 -
CMYK 0.22 0 0.92 0.02
HSL 74.15º 0.95% 0.53% -
HSV(B) 74.15º 0.92% 0.98% -
XYZ 56.51 79.4 13.01 -
YUV 206.75 22.61 119.62 -
System Red Green Blue C M Y K H S L
Decimal 195 249 20 0.22 0 0.92 0.02 74.15 0.95 0.53
Hex C3 F9 14 16 0 5C 2 4A 5F 35
Octal 303 371 24 26 0 134 2 112 137 65
Binary 11000011 11111001 10100 10110 0 1011100 10 1001010 1011111 110101

Color Harmonies of #C3F914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F914

Black with #C3F914

Text Example


Text Example

White with #C3F914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F914; }

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

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

background-color css

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

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

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

border-color css

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

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

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