Html Css Color HEX #CCE70E Electric Lime

📋 copy color: '#CCE70E'

red 204 ◦ green 231 ◦ blue 14

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

Shades of Electric Lime #CCE70E

Tints of Electric Lime #CCE70E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.45%

 BLUE value IS 14 (5.86% from 255) = 3.12%

R = 45.43%
G = 51.45%
B = 3.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#CCE70E (or 0xCCE70E) is known color: Electric Lime. HEX triplet: CC, E7 and 0E. RGB value is (204,231,14). Sum of RGB (Red+Green+Blue) = 204+231+14=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE70E is #3318F1. Grayscale: #C7C7C7. Windows color (decimal): -3348722 or 976844. OLE color: 976844.

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

Color convert

RGB 204 231 14 -
CMYK 0.12 0 0.94 0.09
HSL 67.47º 0.89% 0.48% -
HSV(B) 67.47º 0.94% 0.91% -
XYZ 53.56 70.02 11.11 -
YUV 198.19 24.05 132.14 -
System Red Green Blue C M Y K H S L
Decimal 204 231 14 0.12 0 0.94 0.09 67.47 0.89 0.48
Hex CC E7 E C 0 5E 9 43 59 30
Octal 314 347 16 14 0 136 11 103 131 60
Binary 11001100 11100111 1110 1100 0 1011110 1001 1000011 1011001 110000

Color Harmonies of #CCE70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE70E

Black with #CCE70E

Text Example


Text Example

White with #CCE70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE70E; }

 p { color: rgb(204,231,14); }

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

background-color css

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

 a { background-color: rgb(204,231,14); }

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

border-color css

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

 span { border-color: rgb(204,231,14); }

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