Html Css Color HEX #CCE700 Electric Lime

📋 copy color: '#CCE700'

red 204 ◦ green 231 ◦ blue 0

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

Shades of Electric Lime #CCE700

Tints of Electric Lime #CCE700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.9%
G = 53.1%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#CCE700 (or 0xCCE700) is known color: Electric Lime. HEX triplet: CC, E7 and 00. RGB value is (204,231,0). Sum of RGB (Red+Green+Blue) = 204+231+0=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 231 (90.62% from 255 or 53.10% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE700 is #3318FF. Grayscale: #C5C5C5. Windows color (decimal): -3348736 or 59340. OLE color: 59340.

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

Color convert

RGB 204 231 0 -
CMYK 0.12 0 1 0.09
HSL 67.01º 1% 0.45% -
HSV(B) 67.01º 1% 0.91% -
XYZ 53.48 69.99 10.69 -
YUV 196.59 17.05 133.28 -
System Red Green Blue C M Y K H S L
Decimal 204 231 0 0.12 0 1 0.09 67.01 1 0.45
Hex CC E7 0 C 0 64 9 43 64 2D
Octal 314 347 0 14 0 144 11 103 144 55
Binary 11001100 11100111 0 1100 0 1100100 1001 1000011 1100100 101101

Color Harmonies of #CCE700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE700

Black with #CCE700

Text Example


Text Example

White with #CCE700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE700; }

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

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

background-color css

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

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

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

border-color css

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

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

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