Html Css Color HEX #2DCA1E Lime Green

📋 copy color: '#2DCA1E'

red 45 ◦ green 202 ◦ blue 30

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

Shades of Lime Green #2DCA1E

Tints of Lime Green #2DCA1E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 72.92%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 16.25%
G = 72.92%
B = 10.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#2DCA1E (or 0x2DCA1E) is known color: Lime Green. HEX triplet: 2D, CA and 1E. RGB value is (45,202,30). Sum of RGB (Red+Green+Blue) = 45+202+30=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 202 (79.30% from 255 or 72.92% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCA1E is #D235E1. Grayscale: #878787. Windows color (decimal): -13776354 or 2017837. OLE color: 2017837.

HSL color Cylindrical-coordinate representation of color #2DCA1E: hue angle of 114.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DCA1E is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 202 30 -
CMYK 0.78 0 0.85 0.21
HSL 114.77º 0.74% 0.45% -
HSV(B) 114.77º 0.85% 0.79% -
XYZ 22.44 42.89 8.32 -
YUV 135.45 68.49 63.49 -
System Red Green Blue C M Y K H S L
Decimal 45 202 30 0.78 0 0.85 0.21 114.77 0.74 0.45
Hex 2D CA 1E 4E 0 55 15 73 4A 2D
Octal 55 312 36 116 0 125 25 163 112 55
Binary 101101 11001010 11110 1001110 0 1010101 10101 1110011 1001010 101101

Color Harmonies of #2DCA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCA1E

Black with #2DCA1E

Text Example


Text Example

White with #2DCA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,202,30); }

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

background-color css

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

 a { background-color: rgb(45,202,30); }

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

border-color css

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

 span { border-color: rgb(45,202,30); }

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