Html Css Color HEX #2DCE30 Lime Green

📋 copy color: '#2DCE30'

red 45 ◦ green 206 ◦ blue 48

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

Shades of Lime Green #2DCE30

Tints of Lime Green #2DCE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 15.05%
G = 68.9%
B = 16.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#2DCE30 (or 0x2DCE30) is known color: Lime Green. HEX triplet: 2D, CE and 30. RGB value is (45,206,48). Sum of RGB (Red+Green+Blue) = 45+206+48=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 206 (80.86% from 255 or 68.90% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE30 is #D231CF. Grayscale: #8C8C8C. Windows color (decimal): -13775312 or 3198509. OLE color: 3198509.

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

Color convert

RGB 45 206 48 -
CMYK 0.78 0 0.77 0.19
HSL 121.12º 0.64% 0.49% -
HSV(B) 121.12º 0.78% 0.81% -
XYZ 23.69 44.91 10.22 -
YUV 139.85 76.16 60.35 -
System Red Green Blue C M Y K H S L
Decimal 45 206 48 0.78 0 0.77 0.19 121.12 0.64 0.49
Hex 2D CE 30 4E 0 4D 13 79 40 31
Octal 55 316 60 116 0 115 23 171 100 61
Binary 101101 11001110 110000 1001110 0 1001101 10011 1111001 1000000 110001

Color Harmonies of #2DCE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE30

Black with #2DCE30

Text Example


Text Example

White with #2DCE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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