Html Css Color HEX #C4F705 Electric Lime

📋 copy color: '#C4F705'

red 196 ◦ green 247 ◦ blue 5

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

Shades of Electric Lime #C4F705

Tints of Electric Lime #C4F705

RGB

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

 GREEN value IS 247 (96.88% from 255) = 55.13%

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 43.75%
G = 55.13%
B = 1.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#C4F705 (or 0xC4F705) is known color: Electric Lime. HEX triplet: C4, F7 and 05. RGB value is (196,247,5). Sum of RGB (Red+Green+Blue) = 196+247+5=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 247 (96.88% from 255 or 55.13% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 247 - color contains mainly: green. Hex color #C4F705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F705 is #3B08FA. Grayscale: #CDCDCD. Windows color (decimal): -3868923 or 391108. OLE color: 391108.

HSL color Cylindrical-coordinate representation of color #C4F705: hue angle of 72.64º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4F705 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 196 247 5 -
CMYK 0.21 0 0.98 0.03
HSL 72.64º 0.96% 0.49% -
HSV(B) 72.64º 0.98% 0.97% -
XYZ 56.05 78.27 12.3 -
YUV 204.16 15.6 122.18 -
System Red Green Blue C M Y K H S L
Decimal 196 247 5 0.21 0 0.98 0.03 72.64 0.96 0.49
Hex C4 F7 5 15 0 62 3 49 60 31
Octal 304 367 5 25 0 142 3 111 140 61
Binary 11000100 11110111 101 10101 0 1100010 11 1001001 1100000 110001

Color Harmonies of #C4F705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F705

Black with #C4F705

Text Example


Text Example

White with #C4F705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F705; }

 p { color: rgb(196,247,5); }

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

background-color css

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

 a { background-color: rgb(196,247,5); }

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

border-color css

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

 span { border-color: rgb(196,247,5); }

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