Html Css Color HEX #CCE708 Electric Lime

📋 copy color: '#CCE708'

red 204 ◦ green 231 ◦ blue 8

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

Shades of Electric Lime #CCE708

Tints of Electric Lime #CCE708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 46.05%
G = 52.14%
B = 1.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#CCE708 (or 0xCCE708) is known color: Electric Lime. HEX triplet: CC, E7 and 08. RGB value is (204,231,8). Sum of RGB (Red+Green+Blue) = 204+231+8=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 231 (90.62% from 255 or 52.14% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE708 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE708 is #3318F7. Grayscale: #C6C6C6. Windows color (decimal): -3348728 or 583628. OLE color: 583628.

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

Color convert

RGB 204 231 8 -
CMYK 0.12 0 0.97 0.09
HSL 67.26º 0.93% 0.47% -
HSV(B) 67.26º 0.97% 0.91% -
XYZ 53.52 70.01 10.92 -
YUV 197.51 21.05 132.63 -
System Red Green Blue C M Y K H S L
Decimal 204 231 8 0.12 0 0.97 0.09 67.26 0.93 0.47
Hex CC E7 8 C 0 61 9 43 5D 2F
Octal 314 347 10 14 0 141 11 103 135 57
Binary 11001100 11100111 1000 1100 0 1100001 1001 1000011 1011101 101111

Color Harmonies of #CCE708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE708

Black with #CCE708

Text Example


Text Example

White with #CCE708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE708; }

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

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

background-color css

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

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

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

border-color css

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

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

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