Html Css Color HEX #C3FA06 Electric Lime

📋 copy color: '#C3FA06'

red 195 ◦ green 250 ◦ blue 6

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

Shades of Electric Lime #C3FA06

Tints of Electric Lime #C3FA06

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.43%

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

R = 43.24%
G = 55.43%
B = 1.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#C3FA06 (or 0xC3FA06) is known color: Electric Lime. HEX triplet: C3, FA and 06. RGB value is (195,250,6). Sum of RGB (Red+Green+Blue) = 195+250+6=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FA06 is #3C05F9. Grayscale: #CECECE. Windows color (decimal): -3933690 or 457411. OLE color: 457411.

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

Color convert

RGB 195 250 6 -
CMYK 0.22 0 0.98 0.02
HSL 73.52º 0.96% 0.5% -
HSV(B) 73.52º 0.98% 0.98% -
XYZ 56.72 79.99 12.62 -
YUV 205.74 15.28 120.34 -
System Red Green Blue C M Y K H S L
Decimal 195 250 6 0.22 0 0.98 0.02 73.52 0.96 0.5
Hex C3 FA 6 16 0 62 2 4A 60 32
Octal 303 372 6 26 0 142 2 112 140 62
Binary 11000011 11111010 110 10110 0 1100010 10 1001010 1100000 110010

Color Harmonies of #C3FA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FA06

Black with #C3FA06

Text Example


Text Example

White with #C3FA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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