Html Css Color HEX #C4F105 Electric Lime

📋 copy color: '#C4F105'

red 196 ◦ green 241 ◦ blue 5

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

Shades of Electric Lime #C4F105

Tints of Electric Lime #C4F105

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.52%

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

R = 44.34%
G = 54.52%
B = 1.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#C4F105 (or 0xC4F105) is known color: Electric Lime. HEX triplet: C4, F1 and 05. RGB value is (196,241,5). Sum of RGB (Red+Green+Blue) = 196+241+5=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F105 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F105 is #3B0EFA. Grayscale: #C9C9C9. Windows color (decimal): -3870459 or 389572. OLE color: 389572.

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

Color convert

RGB 196 241 5 -
CMYK 0.19 0 0.98 0.05
HSL 71.44º 0.96% 0.48% -
HSV(B) 71.44º 0.98% 0.95% -
XYZ 54.25 74.66 11.69 -
YUV 200.64 17.59 124.69 -
System Red Green Blue C M Y K H S L
Decimal 196 241 5 0.19 0 0.98 0.05 71.44 0.96 0.48
Hex C4 F1 5 13 0 62 5 47 60 30
Octal 304 361 5 23 0 142 5 107 140 60
Binary 11000100 11110001 101 10011 0 1100010 101 1000111 1100000 110000

Color Harmonies of #C4F105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F105

Black with #C4F105

Text Example


Text Example

White with #C4F105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F105; }

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

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

background-color css

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

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

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

border-color css

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

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

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