Html Css Color HEX #CCE207 Electric Lime

📋 copy color: '#CCE207'

red 204 ◦ green 226 ◦ blue 7

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

Shades of Electric Lime #CCE207

Tints of Electric Lime #CCE207

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.72%

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

R = 46.68%
G = 51.72%
B = 1.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#CCE207 (or 0xCCE207) is known color: Electric Lime. HEX triplet: CC, E2 and 07. RGB value is (204,226,7). Sum of RGB (Red+Green+Blue) = 204+226+7=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE207 is #331DF8. Grayscale: #C3C3C3. Windows color (decimal): -3350009 or 516812. OLE color: 516812.

HSL color Cylindrical-coordinate representation of color #CCE207: hue angle of 66.03º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCE207 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 7 -
CMYK 0.10 0 0.97 0.11
HSL 66.03º 0.94% 0.46% -
HSV(B) 66.03º 0.97% 0.89% -
XYZ 52.14 67.25 10.43 -
YUV 194.46 22.21 134.81 -
System Red Green Blue C M Y K H S L
Decimal 204 226 7 0.10 0 0.97 0.11 66.03 0.94 0.46
Hex CC E2 7 A 0 61 B 42 5E 2E
Octal 314 342 7 12 0 141 13 102 136 56
Binary 11001100 11100010 111 1010 0 1100001 1011 1000010 1011110 101110

Color Harmonies of #CCE207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE207

Black with #CCE207

Text Example


Text Example

White with #CCE207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE207; }

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

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

background-color css

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

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

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

border-color css

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

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

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