Html Css Color HEX #2DCB38 Lime Green

📋 copy color: '#2DCB38'

red 45 ◦ green 203 ◦ blue 56

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

Shades of Lime Green #2DCB38

Tints of Lime Green #2DCB38

RGB

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

 GREEN value IS 203 (79.69% from 255) = 66.78%

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 14.8%
G = 66.78%
B = 18.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#2DCB38 (or 0x2DCB38) is known color: Lime Green. HEX triplet: 2D, CB and 38. RGB value is (45,203,56). Sum of RGB (Red+Green+Blue) = 45+203+56=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 203 (79.69% from 255 or 66.78% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCB38 is #D234C7. Grayscale: #8B8B8B. Windows color (decimal): -13776072 or 3722029. OLE color: 3722029.

HSL color Cylindrical-coordinate representation of color #2DCB38: hue angle of 124.18º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCB38 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 203 56 -
CMYK 0.78 0 0.72 0.20
HSL 124.18º 0.64% 0.49% -
HSV(B) 124.18º 0.78% 0.8% -
XYZ 23.15 43.56 10.93 -
YUV 139 81.15 60.95 -
System Red Green Blue C M Y K H S L
Decimal 45 203 56 0.78 0 0.72 0.20 124.18 0.64 0.49
Hex 2D CB 38 4E 0 48 14 7C 40 31
Octal 55 313 70 116 0 110 24 174 100 61
Binary 101101 11001011 111000 1001110 0 1001000 10100 1111100 1000000 110001

Color Harmonies of #2DCB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCB38

Black with #2DCB38

Text Example


Text Example

White with #2DCB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,203,56); }

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

background-color css

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

 a { background-color: rgb(45,203,56); }

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

border-color css

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

 span { border-color: rgb(45,203,56); }

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