Html Css Color HEX #CCE705 Electric Lime

📋 copy color: '#CCE705'

red 204 ◦ green 231 ◦ blue 5

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

Shades of Electric Lime #CCE705

Tints of Electric Lime #CCE705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 46.36%
G = 52.5%
B = 1.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#CCE705 (or 0xCCE705) is known color: Electric Lime. HEX triplet: CC, E7 and 05. RGB value is (204,231,5). Sum of RGB (Red+Green+Blue) = 204+231+5=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE705 is #3318FA. Grayscale: #C6C6C6. Windows color (decimal): -3348731 or 387020. OLE color: 387020.

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

Color convert

RGB 204 231 5 -
CMYK 0.12 0 0.98 0.09
HSL 67.17º 0.96% 0.46% -
HSV(B) 67.17º 0.98% 0.91% -
XYZ 53.51 70 10.83 -
YUV 197.16 19.55 132.88 -
System Red Green Blue C M Y K H S L
Decimal 204 231 5 0.12 0 0.98 0.09 67.17 0.96 0.46
Hex CC E7 5 C 0 62 9 43 60 2E
Octal 314 347 5 14 0 142 11 103 140 56
Binary 11001100 11100111 101 1100 0 1100010 1001 1000011 1100000 101110

Color Harmonies of #CCE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE705

Black with #CCE705

Text Example


Text Example

White with #CCE705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE705; }

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

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

background-color css

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

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

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

border-color css

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

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

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