Html Css Color HEX #CCEB07 Electric Lime

📋 copy color: '#CCEB07'

red 204 ◦ green 235 ◦ blue 7

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

Shades of Electric Lime #CCEB07

Tints of Electric Lime #CCEB07

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.69%

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 45.74%
G = 52.69%
B = 1.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#CCEB07 (or 0xCCEB07) is known color: Electric Lime. HEX triplet: CC, EB and 07. RGB value is (204,235,7). Sum of RGB (Red+Green+Blue) = 204+235+7=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB07 is #3314F8. Grayscale: #C8C8C8. Windows color (decimal): -3347705 or 519116. OLE color: 519116.

HSL color Cylindrical-coordinate representation of color #CCEB07: hue angle of 68.16º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCEB07 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 7 -
CMYK 0.13 0 0.97 0.08
HSL 68.16º 0.94% 0.47% -
HSV(B) 68.16º 0.97% 0.92% -
XYZ 54.65 72.27 11.27 -
YUV 199.74 19.23 131.04 -
System Red Green Blue C M Y K H S L
Decimal 204 235 7 0.13 0 0.97 0.08 68.16 0.94 0.47
Hex CC EB 7 D 0 61 8 44 5E 2F
Octal 314 353 7 15 0 141 10 104 136 57
Binary 11001100 11101011 111 1101 0 1100001 1000 1000100 1011110 101111

Color Harmonies of #CCEB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB07

Black with #CCEB07

Text Example


Text Example

White with #CCEB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB07; }

 p { color: rgb(204,235,7); }

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

background-color css

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

 a { background-color: rgb(204,235,7); }

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

border-color css

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

 span { border-color: rgb(204,235,7); }

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