Html Css Color HEX #2DF22C Lime Green

📋 copy color: '#2DF22C'

red 45 ◦ green 242 ◦ blue 44

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

Shades of Lime Green #2DF22C

Tints of Lime Green #2DF22C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 73.11%

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 13.6%
G = 73.11%
B = 13.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#2DF22C (or 0x2DF22C) is known color: Lime Green. HEX triplet: 2D, F2 and 2C. RGB value is (45,242,44). Sum of RGB (Red+Green+Blue) = 45+242+44=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF22C is #D20DD3. Grayscale: #A1A1A1. Windows color (decimal): -13766100 or 2945581. OLE color: 2945581.

HSL color Cylindrical-coordinate representation of color #2DF22C: hue angle of 119.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF22C is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 242 44 -
CMYK 0.81 0 0.82 0.05
HSL 119.7º 0.88% 0.56% -
HSV(B) 119.7º 0.82% 0.95% -
XYZ 33.29 64.24 13.03 -
YUV 160.53 62.23 45.6 -
System Red Green Blue C M Y K H S L
Decimal 45 242 44 0.81 0 0.82 0.05 119.7 0.88 0.56
Hex 2D F2 2C 51 0 52 5 78 58 38
Octal 55 362 54 121 0 122 5 170 130 70
Binary 101101 11110010 101100 1010001 0 1010010 101 1111000 1011000 111000

Color Harmonies of #2DF22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF22C

Black with #2DF22C

Text Example


Text Example

White with #2DF22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,242,44); }

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

background-color css

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

 a { background-color: rgb(45,242,44); }

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

border-color css

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

 span { border-color: rgb(45,242,44); }

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