Html Css Color HEX #CCE704 Electric Lime

📋 copy color: '#CCE704'

red 204 ◦ green 231 ◦ blue 4

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

Shades of Electric Lime #CCE704

Tints of Electric Lime #CCE704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 46.47%
G = 52.62%
B = 0.91%

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

#CCE704 (or 0xCCE704) is known color: Electric Lime. HEX triplet: CC, E7 and 04. RGB value is (204,231,4). Sum of RGB (Red+Green+Blue) = 204+231+4=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE704 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE704 is #3318FB. Grayscale: #C5C5C5. Windows color (decimal): -3348732 or 321484. OLE color: 321484.

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

Color convert

RGB 204 231 4 -
CMYK 0.12 0 0.98 0.09
HSL 67.14º 0.97% 0.46% -
HSV(B) 67.14º 0.98% 0.91% -
XYZ 53.5 70 10.81 -
YUV 197.05 19.05 132.96 -
System Red Green Blue C M Y K H S L
Decimal 204 231 4 0.12 0 0.98 0.09 67.14 0.97 0.46
Hex CC E7 4 C 0 62 9 43 61 2E
Octal 314 347 4 14 0 142 11 103 141 56
Binary 11001100 11100111 100 1100 0 1100010 1001 1000011 1100001 101110

Color Harmonies of #CCE704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE704

Black with #CCE704

Text Example


Text Example

White with #CCE704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE704; }

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

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

background-color css

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

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

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

border-color css

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

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

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