Html Css Color HEX #CDE103 Electric Lime

📋 copy color: '#CDE103'

red 205 ◦ green 225 ◦ blue 3

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

Shades of Electric Lime #CDE103

Tints of Electric Lime #CDE103

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.96%

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 47.34%
G = 51.96%
B = 0.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#CDE103 (or 0xCDE103) is known color: Electric Lime. HEX triplet: CD, E1 and 03. RGB value is (205,225,3). Sum of RGB (Red+Green+Blue) = 205+225+3=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE103 is #321EFC. Grayscale: #C2C2C2. Windows color (decimal): -3284733 or 254413. OLE color: 254413.

HSL color Cylindrical-coordinate representation of color #CDE103: hue angle of 65.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDE103 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 3 -
CMYK 0.09 0 0.99 0.12
HSL 65.41º 0.97% 0.45% -
HSV(B) 65.41º 0.99% 0.88% -
XYZ 52.12 66.84 10.24 -
YUV 193.71 20.37 136.05 -
System Red Green Blue C M Y K H S L
Decimal 205 225 3 0.09 0 0.99 0.12 65.41 0.97 0.45
Hex CD E1 3 9 0 63 C 41 61 2D
Octal 315 341 3 11 0 143 14 101 141 55
Binary 11001101 11100001 11 1001 0 1100011 1100 1000001 1100001 101101

Color Harmonies of #CDE103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE103

Black with #CDE103

Text Example


Text Example

White with #CDE103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE103; }

 p { color: rgb(205,225,3); }

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

background-color css

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

 a { background-color: rgb(205,225,3); }

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

border-color css

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

 span { border-color: rgb(205,225,3); }

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