Html Css Color HEX #CDEE03 Electric Lime

📋 copy color: '#CDEE03'

red 205 ◦ green 238 ◦ blue 3

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

Shades of Electric Lime #CDEE03

Tints of Electric Lime #CDEE03

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.36%

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

R = 45.96%
G = 53.36%
B = 0.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#CDEE03 (or 0xCDEE03) is known color: Electric Lime. HEX triplet: CD, EE and 03. RGB value is (205,238,3). Sum of RGB (Red+Green+Blue) = 205+238+3=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEE03 is #3211FC. Grayscale: #CACACA. Windows color (decimal): -3281405 or 257741. OLE color: 257741.

HSL color Cylindrical-coordinate representation of color #CDEE03: hue angle of 68.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDEE03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 3 -
CMYK 0.14 0 0.99 0.07
HSL 68.43º 0.98% 0.47% -
HSV(B) 68.43º 0.99% 0.93% -
XYZ 55.77 74.13 11.46 -
YUV 201.34 16.07 130.61 -
System Red Green Blue C M Y K H S L
Decimal 205 238 3 0.14 0 0.99 0.07 68.43 0.98 0.47
Hex CD EE 3 E 0 63 7 44 62 2F
Octal 315 356 3 16 0 143 7 104 142 57
Binary 11001101 11101110 11 1110 0 1100011 111 1000100 1100010 101111

Color Harmonies of #CDEE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE03

Black with #CDEE03

Text Example


Text Example

White with #CDEE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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