Html Css Color HEX #CCE105 Electric Lime

📋 copy color: '#CCE105'

red 204 ◦ green 225 ◦ blue 5

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

Shades of Electric Lime #CCE105

Tints of Electric Lime #CCE105

RGB

 RED value IS 204 (80.08% from 255) = 47%

 GREEN value IS 225 (88.28% from 255) = 51.84%

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

R = 47%
G = 51.84%
B = 1.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#CCE105 (or 0xCCE105) is known color: Electric Lime. HEX triplet: CC, E1 and 05. RGB value is (204,225,5). Sum of RGB (Red+Green+Blue) = 204+225+5=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE105 is #331EFA. Grayscale: #C2C2C2. Windows color (decimal): -3350267 or 385484. OLE color: 385484.

HSL color Cylindrical-coordinate representation of color #CCE105: hue angle of 65.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCE105 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 5 -
CMYK 0.09 0 0.98 0.12
HSL 65.73º 0.96% 0.45% -
HSV(B) 65.73º 0.98% 0.88% -
XYZ 51.85 66.7 10.28 -
YUV 193.64 21.54 135.39 -
System Red Green Blue C M Y K H S L
Decimal 204 225 5 0.09 0 0.98 0.12 65.73 0.96 0.45
Hex CC E1 5 9 0 62 C 42 60 2D
Octal 314 341 5 11 0 142 14 102 140 55
Binary 11001100 11100001 101 1001 0 1100010 1100 1000010 1100000 101101

Color Harmonies of #CCE105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE105

Black with #CCE105

Text Example


Text Example

White with #CCE105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE105; }

 p { color: rgb(204,225,5); }

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

background-color css

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

 a { background-color: rgb(204,225,5); }

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

border-color css

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

 span { border-color: rgb(204,225,5); }

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