Html Css Color HEX #C3F618 Electric Lime

📋 copy color: '#C3F618'

red 195 ◦ green 246 ◦ blue 24

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

Shades of Electric Lime #C3F618

Tints of Electric Lime #C3F618

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.9%

 BLUE value IS 24 (9.77% from 255) = 5.16%

R = 41.94%
G = 52.9%
B = 5.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#C3F618 (or 0xC3F618) is known color: Electric Lime. HEX triplet: C3, F6 and 18. RGB value is (195,246,24). Sum of RGB (Red+Green+Blue) = 195+246+24=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F618 is #3C09E7. Grayscale: #CECECE. Windows color (decimal): -3934696 or 1636035. OLE color: 1636035.

HSL color Cylindrical-coordinate representation of color #C3F618: hue angle of 73.78º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3F618 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 246 24 -
CMYK 0.21 0 0.90 0.04
HSL 73.78º 0.93% 0.53% -
HSV(B) 73.78º 0.9% 0.96% -
XYZ 55.63 77.58 12.91 -
YUV 205.44 25.6 120.55 -
System Red Green Blue C M Y K H S L
Decimal 195 246 24 0.21 0 0.90 0.04 73.78 0.93 0.53
Hex C3 F6 18 15 0 5A 4 4A 5C 35
Octal 303 366 30 25 0 132 4 112 134 65
Binary 11000011 11110110 11000 10101 0 1011010 100 1001010 1011100 110101

Color Harmonies of #C3F618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F618

Black with #C3F618

Text Example


Text Example

White with #C3F618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F618; }

 p { color: rgb(195,246,24); }

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

background-color css

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

 a { background-color: rgb(195,246,24); }

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

border-color css

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

 span { border-color: rgb(195,246,24); }

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