Html Css Color HEX #CDE308 Electric Lime

📋 copy color: '#CDE308'

red 205 ◦ green 227 ◦ blue 8

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

Shades of Electric Lime #CDE308

Tints of Electric Lime #CDE308

RGB

 RED value IS 205 (80.47% from 255) = 46.59%

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

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

R = 46.59%
G = 51.59%
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

#CDE308 (or 0xCDE308) is known color: Electric Lime. HEX triplet: CD, E3 and 08. RGB value is (205,227,8). Sum of RGB (Red+Green+Blue) = 205+227+8=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 227 (89.06% from 255 or 51.59% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE308 is #321CF7. Grayscale: #C4C4C4. Windows color (decimal): -3284216 or 582605. OLE color: 582605.

HSL color Cylindrical-coordinate representation of color #CDE308: hue angle of 66.03º 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 #CDE308 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 227 8 -
CMYK 0.10 0 0.96 0.11
HSL 66.03º 0.93% 0.46% -
HSV(B) 66.03º 0.96% 0.89% -
XYZ 52.69 67.93 10.57 -
YUV 195.46 22.21 134.81 -
System Red Green Blue C M Y K H S L
Decimal 205 227 8 0.10 0 0.96 0.11 66.03 0.93 0.46
Hex CD E3 8 A 0 60 B 42 5D 2E
Octal 315 343 10 12 0 140 13 102 135 56
Binary 11001101 11100011 1000 1010 0 1100000 1011 1000010 1011101 101110

Color Harmonies of #CDE308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE308

Black with #CDE308

Text Example


Text Example

White with #CDE308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE308; }

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

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

background-color css

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

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

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

border-color css

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

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

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