Html Css Color HEX #2DCA27 Lime Green

📋 copy color: '#2DCA27'

red 45 ◦ green 202 ◦ blue 39

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

Shades of Lime Green #2DCA27

Tints of Lime Green #2DCA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 15.73%
G = 70.63%
B = 13.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#2DCA27 (or 0x2DCA27) is known color: Lime Green. HEX triplet: 2D, CA and 27. RGB value is (45,202,39). Sum of RGB (Red+Green+Blue) = 45+202+39=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCA27 is #D235D8. Grayscale: #888888. Windows color (decimal): -13776345 or 2607661. OLE color: 2607661.

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

Color convert

RGB 45 202 39 -
CMYK 0.78 0 0.81 0.21
HSL 117.79º 0.68% 0.47% -
HSV(B) 117.79º 0.81% 0.79% -
XYZ 22.57 42.95 9.02 -
YUV 136.48 72.99 62.75 -
System Red Green Blue C M Y K H S L
Decimal 45 202 39 0.78 0 0.81 0.21 117.79 0.68 0.47
Hex 2D CA 27 4E 0 51 15 76 44 2F
Octal 55 312 47 116 0 121 25 166 104 57
Binary 101101 11001010 100111 1001110 0 1010001 10101 1110110 1000100 101111

Color Harmonies of #2DCA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCA27

Black with #2DCA27

Text Example


Text Example

White with #2DCA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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