Html Css Color HEX #CDF603 Electric Lime

📋 copy color: '#CDF603'

red 205 ◦ green 246 ◦ blue 3

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

Shades of Electric Lime #CDF603

Tints of Electric Lime #CDF603

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.19%

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

R = 45.15%
G = 54.19%
B = 0.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#CDF603 (or 0xCDF603) is known color: Electric Lime. HEX triplet: CD, F6 and 03. RGB value is (205,246,3). Sum of RGB (Red+Green+Blue) = 205+246+3=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 246 (96.48% from 255 or 54.19% from 454); Blue value is 3 (1.56% from 255 or 0.66% from 454); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF603 is #3209FC. Grayscale: #CECECE. Windows color (decimal): -3279357 or 259789. OLE color: 259789.

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

Color convert

RGB 205 246 3 -
CMYK 0.17 0 0.99 0.04
HSL 70.12º 0.98% 0.49% -
HSV(B) 70.12º 0.99% 0.96% -
XYZ 58.15 78.9 12.25 -
YUV 206.04 13.42 127.26 -
System Red Green Blue C M Y K H S L
Decimal 205 246 3 0.17 0 0.99 0.04 70.12 0.98 0.49
Hex CD F6 3 11 0 63 4 46 62 31
Octal 315 366 3 21 0 143 4 106 142 61
Binary 11001101 11110110 11 10001 0 1100011 100 1000110 1100010 110001

Color Harmonies of #CDF603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF603

Black with #CDF603

Text Example


Text Example

White with #CDF603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF603; }

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

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

background-color css

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

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

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

border-color css

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

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

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