Html Css Color HEX #CCE70D Electric Lime

📋 copy color: '#CCE70D'

red 204 ◦ green 231 ◦ blue 13

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

Shades of Electric Lime #CCE70D

Tints of Electric Lime #CCE70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 45.54%
G = 51.56%
B = 2.9%

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

#CCE70D (or 0xCCE70D) is known color: Electric Lime. HEX triplet: CC, E7 and 0D. RGB value is (204,231,13). Sum of RGB (Red+Green+Blue) = 204+231+13=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 231 (90.62% from 255 or 51.56% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE70D is #3318F2. Grayscale: #C6C6C6. Windows color (decimal): -3348723 or 911308. OLE color: 911308.

HSL color Cylindrical-coordinate representation of color #CCE70D: hue angle of 67.43º 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 #CCE70D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 231 13 -
CMYK 0.12 0 0.94 0.09
HSL 67.43º 0.89% 0.48% -
HSV(B) 67.43º 0.94% 0.91% -
XYZ 53.55 70.02 11.07 -
YUV 198.08 23.55 132.23 -
System Red Green Blue C M Y K H S L
Decimal 204 231 13 0.12 0 0.94 0.09 67.43 0.89 0.48
Hex CC E7 D C 0 5E 9 43 59 30
Octal 314 347 15 14 0 136 11 103 131 60
Binary 11001100 11100111 1101 1100 0 1011110 1001 1000011 1011001 110000

Color Harmonies of #CCE70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE70D

Black with #CCE70D

Text Example


Text Example

White with #CCE70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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