Html Css Color HEX #2DF23D Lime Green

📋 copy color: '#2DF23D'

red 45 ◦ green 242 ◦ blue 61

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

Shades of Lime Green #2DF23D

Tints of Lime Green #2DF23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 12.93%
G = 69.54%
B = 17.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#2DF23D (or 0x2DF23D) is known color: Lime Green. HEX triplet: 2D, F2 and 3D. RGB value is (45,242,61). Sum of RGB (Red+Green+Blue) = 45+242+61=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF23D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF23D is #D20DC2. Grayscale: #A2A2A2. Windows color (decimal): -13766083 or 4059693. OLE color: 4059693.

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

Color convert

RGB 45 242 61 -
CMYK 0.81 0 0.75 0.05
HSL 124.87º 0.88% 0.56% -
HSV(B) 124.87º 0.81% 0.95% -
XYZ 33.68 64.4 15.07 -
YUV 162.46 70.73 44.22 -
System Red Green Blue C M Y K H S L
Decimal 45 242 61 0.81 0 0.75 0.05 124.87 0.88 0.56
Hex 2D F2 3D 51 0 4B 5 7D 58 38
Octal 55 362 75 121 0 113 5 175 130 70
Binary 101101 11110010 111101 1010001 0 1001011 101 1111101 1011000 111000

Color Harmonies of #2DF23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF23D

Black with #2DF23D

Text Example


Text Example

White with #2DF23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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