Html Css Color HEX #2DD622 Lime Green

📋 copy color: '#2DD622'

red 45 ◦ green 214 ◦ blue 34

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

Shades of Lime Green #2DD622

Tints of Lime Green #2DD622

RGB

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

 GREEN value IS 214 (83.98% from 255) = 73.04%

 BLUE value IS 34 (13.67% from 255) = 11.6%

R = 15.36%
G = 73.04%
B = 11.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#2DD622 (or 0x2DD622) is known color: Lime Green. HEX triplet: 2D, D6 and 22. RGB value is (45,214,34). Sum of RGB (Red+Green+Blue) = 45+214+34=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 214 (83.98% from 255 or 73.04% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD622 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD622 is #D229DD. Grayscale: #8F8F8F. Windows color (decimal): -13773278 or 2283053. OLE color: 2283053.

HSL color Cylindrical-coordinate representation of color #2DD622: hue angle of 116.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DD622 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 214 34 -
CMYK 0.79 0 0.84 0.16
HSL 116.33º 0.73% 0.49% -
HSV(B) 116.33º 0.84% 0.84% -
XYZ 25.42 48.77 9.59 -
YUV 142.95 66.51 58.14 -
System Red Green Blue C M Y K H S L
Decimal 45 214 34 0.79 0 0.84 0.16 116.33 0.73 0.49
Hex 2D D6 22 4F 0 54 10 74 49 31
Octal 55 326 42 117 0 124 20 164 111 61
Binary 101101 11010110 100010 1001111 0 1010100 10000 1110100 1001001 110001

Color Harmonies of #2DD622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD622

Black with #2DD622

Text Example


Text Example

White with #2DD622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,214,34); }

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

background-color css

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

 a { background-color: rgb(45,214,34); }

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

border-color css

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

 span { border-color: rgb(45,214,34); }

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