Html Css Color HEX #CCE308 Electric Lime

📋 copy color: '#CCE308'

red 204 ◦ green 227 ◦ blue 8

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

Shades of Electric Lime #CCE308

Tints of Electric Lime #CCE308

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.71%

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

R = 46.47%
G = 51.71%
B = 1.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#CCE308 (or 0xCCE308) is known color: Electric Lime. HEX triplet: CC, E3 and 08. RGB value is (204,227,8). Sum of RGB (Red+Green+Blue) = 204+227+8=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE308 is #331CF7. Grayscale: #C4C4C4. Windows color (decimal): -3349752 or 582604. OLE color: 582604.

HSL color Cylindrical-coordinate representation of color #CCE308: hue angle of 66.3º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCE308 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 227 8 -
CMYK 0.10 0 0.96 0.11
HSL 66.3º 0.93% 0.46% -
HSV(B) 66.3º 0.96% 0.89% -
XYZ 52.41 67.79 10.55 -
YUV 195.16 22.38 134.31 -
System Red Green Blue C M Y K H S L
Decimal 204 227 8 0.10 0 0.96 0.11 66.3 0.93 0.46
Hex CC E3 8 A 0 60 B 42 5D 2E
Octal 314 343 10 12 0 140 13 102 135 56
Binary 11001100 11100011 1000 1010 0 1100000 1011 1000010 1011101 101110

Color Harmonies of #CCE308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE308

Black with #CCE308

Text Example


Text Example

White with #CCE308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE308; }

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

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

background-color css

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

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

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

border-color css

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

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

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