Html Css Color HEX #CDE603 Electric Lime

📋 copy color: '#CDE603'

red 205 ◦ green 230 ◦ blue 3

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

Shades of Electric Lime #CDE603

Tints of Electric Lime #CDE603

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.51%

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

R = 46.8%
G = 52.51%
B = 0.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#CDE603 (or 0xCDE603) is known color: Electric Lime. HEX triplet: CD, E6 and 03. RGB value is (205,230,3). Sum of RGB (Red+Green+Blue) = 205+230+3=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 230 (90.23% from 255 or 52.51% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE603 is #3219FC. Grayscale: #C5C5C5. Windows color (decimal): -3283453 or 255693. OLE color: 255693.

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

Color convert

RGB 205 230 3 -
CMYK 0.11 0 0.99 0.10
HSL 66.61º 0.97% 0.46% -
HSV(B) 66.61º 0.99% 0.9% -
XYZ 53.49 69.58 10.7 -
YUV 196.65 18.72 133.96 -
System Red Green Blue C M Y K H S L
Decimal 205 230 3 0.11 0 0.99 0.10 66.61 0.97 0.46
Hex CD E6 3 B 0 63 A 43 61 2E
Octal 315 346 3 13 0 143 12 103 141 56
Binary 11001101 11100110 11 1011 0 1100011 1010 1000011 1100001 101110

Color Harmonies of #CDE603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE603

Black with #CDE603

Text Example


Text Example

White with #CDE603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE603; }

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

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

background-color css

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

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

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

border-color css

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

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

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