Html Css Color HEX #CDF803 Electric Lime

📋 copy color: '#CDF803'

red 205 ◦ green 248 ◦ blue 3

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

Shades of Electric Lime #CDF803

Tints of Electric Lime #CDF803

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.39%

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

R = 44.96%
G = 54.39%
B = 0.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#CDF803 (or 0xCDF803) is known color: Electric Lime. HEX triplet: CD, F8 and 03. RGB value is (205,248,3). Sum of RGB (Red+Green+Blue) = 205+248+3=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 248 (97.27% from 255 or 54.39% from 456); Blue value is 3 (1.56% from 255 or 0.66% from 456); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF803 is #3207FC. Grayscale: #D0D0D0. Windows color (decimal): -3278845 or 260301. OLE color: 260301.

HSL color Cylindrical-coordinate representation of color #CDF803: hue angle of 70.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDF803 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 248 3 -
CMYK 0.17 0 0.99 0.03
HSL 70.53º 0.98% 0.49% -
HSV(B) 70.53º 0.99% 0.97% -
XYZ 58.76 80.12 12.45 -
YUV 207.21 12.75 126.42 -
System Red Green Blue C M Y K H S L
Decimal 205 248 3 0.17 0 0.99 0.03 70.53 0.98 0.49
Hex CD F8 3 11 0 63 3 47 62 31
Octal 315 370 3 21 0 143 3 107 142 61
Binary 11001101 11111000 11 10001 0 1100011 11 1000111 1100010 110001

Color Harmonies of #CDF803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF803

Black with #CDF803

Text Example


Text Example

White with #CDF803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF803; }

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

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

background-color css

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

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

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

border-color css

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

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

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