Html Css Color HEX #CCEA07 Electric Lime

📋 copy color: '#CCEA07'

red 204 ◦ green 234 ◦ blue 7

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

Shades of Electric Lime #CCEA07

Tints of Electric Lime #CCEA07

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.58%

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

R = 45.84%
G = 52.58%
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

#CCEA07 (or 0xCCEA07) is known color: Electric Lime. HEX triplet: CC, EA and 07. RGB value is (204,234,7). Sum of RGB (Red+Green+Blue) = 204+234+7=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA07 is #3315F8. Grayscale: #C8C8C8. Windows color (decimal): -3347961 or 518860. OLE color: 518860.

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

Color convert

RGB 204 234 7 -
CMYK 0.13 0 0.97 0.08
HSL 67.93º 0.94% 0.47% -
HSV(B) 67.93º 0.97% 0.92% -
XYZ 54.36 71.7 11.17 -
YUV 199.15 19.56 131.46 -
System Red Green Blue C M Y K H S L
Decimal 204 234 7 0.13 0 0.97 0.08 67.93 0.94 0.47
Hex CC EA 7 D 0 61 8 44 5E 2F
Octal 314 352 7 15 0 141 10 104 136 57
Binary 11001100 11101010 111 1101 0 1100001 1000 1000100 1011110 101111

Color Harmonies of #CCEA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA07

Black with #CCEA07

Text Example


Text Example

White with #CCEA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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