Html Css Color HEX #CDE306 Electric Lime

📋 copy color: '#CDE306'

red 205 ◦ green 227 ◦ blue 6

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

Shades of Electric Lime #CDE306

Tints of Electric Lime #CDE306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 46.8%
G = 51.83%
B = 1.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#CDE306 (or 0xCDE306) is known color: Electric Lime. HEX triplet: CD, E3 and 06. RGB value is (205,227,6). Sum of RGB (Red+Green+Blue) = 205+227+6=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE306 is #321CF9. Grayscale: #C4C4C4. Windows color (decimal): -3284218 or 451533. OLE color: 451533.

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

Color convert

RGB 205 227 6 -
CMYK 0.10 0 0.97 0.11
HSL 65.97º 0.95% 0.46% -
HSV(B) 65.97º 0.97% 0.89% -
XYZ 52.68 67.93 10.51 -
YUV 195.23 21.21 134.97 -
System Red Green Blue C M Y K H S L
Decimal 205 227 6 0.10 0 0.97 0.11 65.97 0.95 0.46
Hex CD E3 6 A 0 61 B 42 5F 2E
Octal 315 343 6 12 0 141 13 102 137 56
Binary 11001101 11100011 110 1010 0 1100001 1011 1000010 1011111 101110

Color Harmonies of #CDE306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE306

Black with #CDE306

Text Example


Text Example

White with #CDE306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE306; }

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

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

background-color css

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

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

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

border-color css

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

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

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