Html Css Color HEX #2DC21B Lime Green

📋 copy color: '#2DC21B'

red 45 ◦ green 194 ◦ blue 27

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

Shades of Lime Green #2DC21B

Tints of Lime Green #2DC21B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 72.93%

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 16.92%
G = 72.93%
B = 10.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#2DC21B (or 0x2DC21B) is known color: Lime Green. HEX triplet: 2D, C2 and 1B. RGB value is (45,194,27). Sum of RGB (Red+Green+Blue) = 45+194+27=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 194 (76.17% from 255 or 72.93% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC21B is #D23DE4. Grayscale: #828282. Windows color (decimal): -13778405 or 1819181. OLE color: 1819181.

HSL color Cylindrical-coordinate representation of color #2DC21B: hue angle of 113.53º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DC21B is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 194 27 -
CMYK 0.77 0 0.86 0.24
HSL 113.53º 0.76% 0.43% -
HSV(B) 113.53º 0.86% 0.76% -
XYZ 20.57 39.22 7.52 -
YUV 130.41 69.64 67.08 -
System Red Green Blue C M Y K H S L
Decimal 45 194 27 0.77 0 0.86 0.24 113.53 0.76 0.43
Hex 2D C2 1B 4D 0 56 18 72 4C 2B
Octal 55 302 33 115 0 126 30 162 114 53
Binary 101101 11000010 11011 1001101 0 1010110 11000 1110010 1001100 101011

Color Harmonies of #2DC21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC21B

Black with #2DC21B

Text Example


Text Example

White with #2DC21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,194,27); }

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

background-color css

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

 a { background-color: rgb(45,194,27); }

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

border-color css

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

 span { border-color: rgb(45,194,27); }

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