Html Css Color HEX #C3FF08 Electric Lime

📋 copy color: '#C3FF08'

red 195 ◦ green 255 ◦ blue 8

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

Shades of Electric Lime #C3FF08

Tints of Electric Lime #C3FF08

RGB

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

 GREEN value IS 255 (100% from 255) = 55.68%

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 42.58%
G = 55.68%
B = 1.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#C3FF08 (or 0xC3FF08) is known color: Electric Lime. HEX triplet: C3, FF and 08. RGB value is (195,255,8). Sum of RGB (Red+Green+Blue) = 195+255+8=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FF08 is #3C00F7. Grayscale: #D1D1D1. Windows color (decimal): -3932408 or 589763. OLE color: 589763.

HSL color Cylindrical-coordinate representation of color #C3FF08: hue angle of 74.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3FF08 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 195 255 8 -
CMYK 0.24 0 0.97 0
HSL 74.57º 1% 0.52% -
HSV(B) 74.57º 0.97% 1% -
XYZ 58.31 83.14 13.2 -
YUV 208.9 14.62 118.08 -
System Red Green Blue C M Y K H S L
Decimal 195 255 8 0.24 0 0.97 0 74.57 1 0.52
Hex C3 FF 8 18 0 61 0 4B 64 34
Octal 303 377 10 30 0 141 0 113 144 64
Binary 11000011 11111111 1000 11000 0 1100001 0 1001011 1100100 110100

Color Harmonies of #C3FF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FF08

Black with #C3FF08

Text Example


Text Example

White with #C3FF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FF08; }

 p { color: rgb(195,255,8); }

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

background-color css

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

 a { background-color: rgb(195,255,8); }

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

border-color css

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

 span { border-color: rgb(195,255,8); }

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