Html Css Color HEX #2DCE21 Lime Green

📋 copy color: '#2DCE21'

red 45 ◦ green 206 ◦ blue 33

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

Shades of Lime Green #2DCE21

Tints of Lime Green #2DCE21

RGB

 RED value IS 45 (17.97% from 255) = 15.85%

 GREEN value IS 206 (80.86% from 255) = 72.54%

 BLUE value IS 33 (13.28% from 255) = 11.62%

R = 15.85%
G = 72.54%
B = 11.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#2DCE21 (or 0x2DCE21) is known color: Lime Green. HEX triplet: 2D, CE and 21. RGB value is (45,206,33). Sum of RGB (Red+Green+Blue) = 45+206+33=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 206 (80.86% from 255 or 72.54% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE21 is #D231DE. Grayscale: #8A8A8A. Windows color (decimal): -13775327 or 2215469. OLE color: 2215469.

HSL color Cylindrical-coordinate representation of color #2DCE21: hue angle of 115.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DCE21 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 206 33 -
CMYK 0.78 0 0.84 0.19
HSL 115.84º 0.72% 0.47% -
HSV(B) 115.84º 0.84% 0.81% -
XYZ 23.43 44.81 8.85 -
YUV 138.14 68.66 61.57 -
System Red Green Blue C M Y K H S L
Decimal 45 206 33 0.78 0 0.84 0.19 115.84 0.72 0.47
Hex 2D CE 21 4E 0 54 13 74 48 2F
Octal 55 316 41 116 0 124 23 164 110 57
Binary 101101 11001110 100001 1001110 0 1010100 10011 1110100 1001000 101111

Color Harmonies of #2DCE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE21

Black with #2DCE21

Text Example


Text Example

White with #2DCE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DCE21; }

 p { color: rgb(45,206,33); }

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

background-color css

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

 a { background-color: rgb(45,206,33); }

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

border-color css

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

 span { border-color: rgb(45,206,33); }

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