Html Css Color HEX #C3FC06 Electric Lime

📋 copy color: '#C3FC06'

red 195 ◦ green 252 ◦ blue 6

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

Shades of Electric Lime #C3FC06

Tints of Electric Lime #C3FC06

RGB

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

 GREEN value IS 252 (98.83% from 255) = 55.63%

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 43.05%
G = 55.63%
B = 1.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#C3FC06 (or 0xC3FC06) is known color: Electric Lime. HEX triplet: C3, FC and 06. RGB value is (195,252,6). Sum of RGB (Red+Green+Blue) = 195+252+6=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 252 (98.83% from 255 or 55.63% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FC06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FC06 is #3C03F9. Grayscale: #CFCFCF. Windows color (decimal): -3933178 or 457923. OLE color: 457923.

HSL color Cylindrical-coordinate representation of color #C3FC06: hue angle of 73.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3FC06 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 252 6 -
CMYK 0.23 0 0.98 0.01
HSL 73.9º 0.98% 0.51% -
HSV(B) 73.9º 0.98% 0.99% -
XYZ 57.35 81.24 12.83 -
YUV 206.91 14.62 119.5 -
System Red Green Blue C M Y K H S L
Decimal 195 252 6 0.23 0 0.98 0.01 73.9 0.98 0.51
Hex C3 FC 6 17 0 62 1 4A 62 33
Octal 303 374 6 27 0 142 1 112 142 63
Binary 11000011 11111100 110 10111 0 1100010 1 1001010 1100010 110011

Color Harmonies of #C3FC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FC06

Black with #C3FC06

Text Example


Text Example

White with #C3FC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FC06; }

 p { color: rgb(195,252,6); }

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

background-color css

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

 a { background-color: rgb(195,252,6); }

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

border-color css

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

 span { border-color: rgb(195,252,6); }

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