Html Css Color HEX #C3F002 Electric Lime

📋 copy color: '#C3F002'

red 195 ◦ green 240 ◦ blue 2

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

Shades of Electric Lime #C3F002

Tints of Electric Lime #C3F002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.92%

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

R = 44.62%
G = 54.92%
B = 0.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#C3F002 (or 0xC3F002) is known color: Electric Lime. HEX triplet: C3, F0 and 02. RGB value is (195,240,2). Sum of RGB (Red+Green+Blue) = 195+240+2=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F002 is #3C0FFD. Grayscale: #C8C8C8. Windows color (decimal): -3936254 or 192707. OLE color: 192707.

HSL color Cylindrical-coordinate representation of color #C3F002: hue angle of 71.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3F002 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 240 2 -
CMYK 0.19 0 0.99 0.06
HSL 71.34º 0.98% 0.47% -
HSV(B) 71.34º 0.99% 0.94% -
XYZ 53.68 73.93 11.5 -
YUV 199.41 16.59 124.85 -
System Red Green Blue C M Y K H S L
Decimal 195 240 2 0.19 0 0.99 0.06 71.34 0.98 0.47
Hex C3 F0 2 13 0 63 6 47 62 2F
Octal 303 360 2 23 0 143 6 107 142 57
Binary 11000011 11110000 10 10011 0 1100011 110 1000111 1100010 101111

Color Harmonies of #C3F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F002

Black with #C3F002

Text Example


Text Example

White with #C3F002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F002; }

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

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

background-color css

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

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

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

border-color css

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

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

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