Html Css Color HEX #C4E601 Electric Lime

📋 copy color: '#C4E601'

red 196 ◦ green 230 ◦ blue 1

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

Shades of Electric Lime #C4E601

Tints of Electric Lime #C4E601

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.86%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 45.9%
G = 53.86%
B = 0.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#C4E601 (or 0xC4E601) is known color: Electric Lime. HEX triplet: C4, E6 and 01. RGB value is (196,230,1). Sum of RGB (Red+Green+Blue) = 196+230+1=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 230 (90.23% from 255 or 53.86% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 230 - color contains mainly: green. Hex color #C4E601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4E601 is #3B19FE. Grayscale: #C2C2C2. Windows color (decimal): -3873279 or 124612. OLE color: 124612.

HSL color Cylindrical-coordinate representation of color #C4E601: hue angle of 68.91º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4E601 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 230 1 -
CMYK 0.15 0 1.00 0.10
HSL 68.91º 0.99% 0.45% -
HSV(B) 68.91º 1% 0.9% -
XYZ 51.07 68.33 10.53 -
YUV 193.73 19.24 129.62 -
System Red Green Blue C M Y K H S L
Decimal 196 230 1 0.15 0 1.00 0.10 68.91 0.99 0.45
Hex C4 E6 1 F 0 64 A 45 63 2D
Octal 304 346 1 17 0 144 12 105 143 55
Binary 11000100 11100110 1 1111 0 1100100 1010 1000101 1100011 101101

Color Harmonies of #C4E601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E601

Black with #C4E601

Text Example


Text Example

White with #C4E601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E601; }

 p { color: rgb(196,230,1); }

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

background-color css

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

 a { background-color: rgb(196,230,1); }

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

border-color css

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

 span { border-color: rgb(196,230,1); }

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