Html Css Color HEX #C3F302 Electric Lime

📋 copy color: '#C3F302'

red 195 ◦ green 243 ◦ blue 2

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

Shades of Electric Lime #C3F302

Tints of Electric Lime #C3F302

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.23%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 44.32%
G = 55.23%
B = 0.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#C3F302 (or 0xC3F302) is known color: Electric Lime. HEX triplet: C3, F3 and 02. RGB value is (195,243,2). Sum of RGB (Red+Green+Blue) = 195+243+2=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F302 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F302 is #3C0CFD. Grayscale: #CACACA. Windows color (decimal): -3935486 or 193475. OLE color: 193475.

HSL color Cylindrical-coordinate representation of color #C3F302: hue angle of 71.95º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3F302 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 243 2 -
CMYK 0.20 0 0.99 0.05
HSL 71.95º 0.98% 0.48% -
HSV(B) 71.95º 0.99% 0.95% -
XYZ 54.57 75.71 11.79 -
YUV 201.17 15.6 123.6 -
System Red Green Blue C M Y K H S L
Decimal 195 243 2 0.20 0 0.99 0.05 71.95 0.98 0.48
Hex C3 F3 2 14 0 63 5 48 62 30
Octal 303 363 2 24 0 143 5 110 142 60
Binary 11000011 11110011 10 10100 0 1100011 101 1001000 1100010 110000

Color Harmonies of #C3F302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F302

Black with #C3F302

Text Example


Text Example

White with #C3F302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F302; }

 p { color: rgb(195,243,2); }

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

background-color css

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

 a { background-color: rgb(195,243,2); }

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

border-color css

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

 span { border-color: rgb(195,243,2); }

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