Html Css Color HEX #CCE80B Electric Lime

📋 copy color: '#CCE80B'

red 204 ◦ green 232 ◦ blue 11

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

Shades of Electric Lime #CCE80B

Tints of Electric Lime #CCE80B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.9%

 BLUE value IS 11 (4.69% from 255) = 2.46%

R = 45.64%
G = 51.9%
B = 2.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#CCE80B (or 0xCCE80B) is known color: Electric Lime. HEX triplet: CC, E8 and 0B. RGB value is (204,232,11). Sum of RGB (Red+Green+Blue) = 204+232+11=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE80B is #3317F4. Grayscale: #C7C7C7. Windows color (decimal): -3348469 or 780492. OLE color: 780492.

HSL color Cylindrical-coordinate representation of color #CCE80B: hue angle of 67.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCE80B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 232 11 -
CMYK 0.12 0 0.95 0.09
HSL 67.6º 0.91% 0.48% -
HSV(B) 67.6º 0.95% 0.91% -
XYZ 53.82 70.57 11.1 -
YUV 198.43 22.22 131.97 -
System Red Green Blue C M Y K H S L
Decimal 204 232 11 0.12 0 0.95 0.09 67.6 0.91 0.48
Hex CC E8 B C 0 5F 9 44 5B 30
Octal 314 350 13 14 0 137 11 104 133 60
Binary 11001100 11101000 1011 1100 0 1011111 1001 1000100 1011011 110000

Color Harmonies of #CCE80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE80B

Black with #CCE80B

Text Example


Text Example

White with #CCE80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE80B; }

 p { color: rgb(204,232,11); }

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

background-color css

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

 a { background-color: rgb(204,232,11); }

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

border-color css

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

 span { border-color: rgb(204,232,11); }

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