Html Css Color HEX #CCE307 Electric Lime

📋 copy color: '#CCE307'

red 204 ◦ green 227 ◦ blue 7

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

Shades of Electric Lime #CCE307

Tints of Electric Lime #CCE307

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.83%

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

R = 46.58%
G = 51.83%
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

#CCE307 (or 0xCCE307) is known color: Electric Lime. HEX triplet: CC, E3 and 07. RGB value is (204,227,7). Sum of RGB (Red+Green+Blue) = 204+227+7=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE307 is #331CF8. Grayscale: #C3C3C3. Windows color (decimal): -3349753 or 517068. OLE color: 517068.

HSL color Cylindrical-coordinate representation of color #CCE307: hue angle of 66.27º 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 #CCE307 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 227 7 -
CMYK 0.10 0 0.97 0.11
HSL 66.27º 0.94% 0.46% -
HSV(B) 66.27º 0.97% 0.89% -
XYZ 52.41 67.79 10.52 -
YUV 195.04 21.88 134.39 -
System Red Green Blue C M Y K H S L
Decimal 204 227 7 0.10 0 0.97 0.11 66.27 0.94 0.46
Hex CC E3 7 A 0 61 B 42 5E 2E
Octal 314 343 7 12 0 141 13 102 136 56
Binary 11001100 11100011 111 1010 0 1100001 1011 1000010 1011110 101110

Color Harmonies of #CCE307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE307

Black with #CCE307

Text Example


Text Example

White with #CCE307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE307; }

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

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

background-color css

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

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

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

border-color css

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

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

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