Html Css Color HEX #CDE307 Electric Lime

📋 copy color: '#CDE307'

red 205 ◦ green 227 ◦ blue 7

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

Shades of Electric Lime #CDE307

Tints of Electric Lime #CDE307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.59%

R = 46.7%
G = 51.71%
B = 1.59%

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

#CDE307 (or 0xCDE307) is known color: Electric Lime. HEX triplet: CD, E3 and 07. RGB value is (205,227,7). Sum of RGB (Red+Green+Blue) = 205+227+7=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE307 is #321CF8. Grayscale: #C4C4C4. Windows color (decimal): -3284217 or 517069. OLE color: 517069.

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

Color convert

RGB 205 227 7 -
CMYK 0.10 0 0.97 0.11
HSL 66º 0.94% 0.46% -
HSV(B) 66º 0.97% 0.89% -
XYZ 52.68 67.93 10.54 -
YUV 195.34 21.71 134.89 -
System Red Green Blue C M Y K H S L
Decimal 205 227 7 0.10 0 0.97 0.11 66 0.94 0.46
Hex CD E3 7 A 0 61 B 42 5E 2E
Octal 315 343 7 12 0 141 13 102 136 56
Binary 11001101 11100011 111 1010 0 1100001 1011 1000010 1011110 101110

Color Harmonies of #CDE307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE307

Black with #CDE307

Text Example


Text Example

White with #CDE307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE307; }

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

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

background-color css

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

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

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

border-color css

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

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

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