Html Css Color HEX #2DE33E Lime Green

📋 copy color: '#2DE33E'

red 45 ◦ green 227 ◦ blue 62

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

Shades of Lime Green #2DE33E

Tints of Lime Green #2DE33E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 67.96%

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 13.47%
G = 67.96%
B = 18.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#2DE33E (or 0x2DE33E) is known color: Lime Green. HEX triplet: 2D, E3 and 3E. RGB value is (45,227,62). Sum of RGB (Red+Green+Blue) = 45+227+62=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 227 (89.06% from 255 or 67.96% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE33E is #D21CC1. Grayscale: #9A9A9A. Windows color (decimal): -13769922 or 4121389. OLE color: 4121389.

HSL color Cylindrical-coordinate representation of color #2DE33E: hue angle of 125.6º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE33E is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 45 227 62 -
CMYK 0.80 0 0.73 0.11
HSL 125.6º 0.76% 0.53% -
HSV(B) 125.6º 0.8% 0.89% -
XYZ 29.42 55.84 13.79 -
YUV 153.77 76.2 50.42 -
System Red Green Blue C M Y K H S L
Decimal 45 227 62 0.80 0 0.73 0.11 125.6 0.76 0.53
Hex 2D E3 3E 50 0 49 B 7E 4C 35
Octal 55 343 76 120 0 111 13 176 114 65
Binary 101101 11100011 111110 1010000 0 1001001 1011 1111110 1001100 110101

Color Harmonies of #2DE33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE33E

Black with #2DE33E

Text Example


Text Example

White with #2DE33E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,227,62); }

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

background-color css

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

 a { background-color: rgb(45,227,62); }

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

border-color css

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

 span { border-color: rgb(45,227,62); }

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