Html Css Color HEX #C4FA02 Electric Lime

📋 copy color: '#C4FA02'

red 196 ◦ green 250 ◦ blue 2

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

Shades of Electric Lime #C4FA02

Tints of Electric Lime #C4FA02

RGB

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

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

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

R = 43.75%
G = 55.8%
B = 0.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#C4FA02 (or 0xC4FA02) is known color: Electric Lime. HEX triplet: C4, FA and 02. RGB value is (196,250,2). Sum of RGB (Red+Green+Blue) = 196+250+2=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FA02 is #3B05FD. Grayscale: #CECECE. Windows color (decimal): -3868158 or 195268. OLE color: 195268.

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

Color convert

RGB 196 250 2 -
CMYK 0.22 0 0.99 0.02
HSL 73.06º 0.98% 0.49% -
HSV(B) 73.06º 0.99% 0.98% -
XYZ 56.96 80.11 12.52 -
YUV 205.58 13.11 121.17 -
System Red Green Blue C M Y K H S L
Decimal 196 250 2 0.22 0 0.99 0.02 73.06 0.98 0.49
Hex C4 FA 2 16 0 63 2 49 62 31
Octal 304 372 2 26 0 143 2 111 142 61
Binary 11000100 11111010 10 10110 0 1100011 10 1001001 1100010 110001

Color Harmonies of #C4FA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FA02

Black with #C4FA02

Text Example


Text Example

White with #C4FA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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