Html Css Color HEX #C4F002 Electric Lime

📋 copy color: '#C4F002'

red 196 ◦ green 240 ◦ blue 2

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

Shades of Electric Lime #C4F002

Tints of Electric Lime #C4F002

RGB

 RED value IS 196 (76.95% from 255) = 44.75%

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

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

R = 44.75%
G = 54.79%
B = 0.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#C4F002 (or 0xC4F002) is known color: Electric Lime. HEX triplet: C4, F0 and 02. RGB value is (196,240,2). Sum of RGB (Red+Green+Blue) = 196+240+2=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F002 is #3B0FFD. Grayscale: #C8C8C8. Windows color (decimal): -3870718 or 192708. OLE color: 192708.

HSL color Cylindrical-coordinate representation of color #C4F002: hue angle of 71.09º 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 #C4F002 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 240 2 -
CMYK 0.18 0 0.99 0.06
HSL 71.09º 0.98% 0.47% -
HSV(B) 71.09º 0.99% 0.94% -
XYZ 53.94 74.06 11.51 -
YUV 199.71 16.42 125.35 -
System Red Green Blue C M Y K H S L
Decimal 196 240 2 0.18 0 0.99 0.06 71.09 0.98 0.47
Hex C4 F0 2 12 0 63 6 47 62 2F
Octal 304 360 2 22 0 143 6 107 142 57
Binary 11000100 11110000 10 10010 0 1100011 110 1000111 1100010 101111

Color Harmonies of #C4F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F002

Black with #C4F002

Text Example


Text Example

White with #C4F002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F002; }

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

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

background-color css

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

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

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

border-color css

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

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

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