Html Css Color HEX #2DE63B Lime Green

📋 copy color: '#2DE63B'

red 45 ◦ green 230 ◦ blue 59

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

Shades of Lime Green #2DE63B

Tints of Lime Green #2DE63B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 68.86%

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 13.47%
G = 68.86%
B = 17.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#2DE63B (or 0x2DE63B) is known color: Lime Green. HEX triplet: 2D, E6 and 3B. RGB value is (45,230,59). Sum of RGB (Red+Green+Blue) = 45+230+59=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 230 (90.23% from 255 or 68.86% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE63B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE63B is #D219C4. Grayscale: #9B9B9B. Windows color (decimal): -13769157 or 3925549. OLE color: 3925549.

HSL color Cylindrical-coordinate representation of color #2DE63B: hue angle of 124.54º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE63B is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 45 230 59 -
CMYK 0.80 0 0.74 0.10
HSL 124.54º 0.79% 0.54% -
HSV(B) 124.54º 0.8% 0.9% -
XYZ 30.17 57.47 13.64 -
YUV 155.19 73.71 49.4 -
System Red Green Blue C M Y K H S L
Decimal 45 230 59 0.80 0 0.74 0.10 124.54 0.79 0.54
Hex 2D E6 3B 50 0 4A A 7D 4F 36
Octal 55 346 73 120 0 112 12 175 117 66
Binary 101101 11100110 111011 1010000 0 1001010 1010 1111101 1001111 110110

Color Harmonies of #2DE63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE63B

Black with #2DE63B

Text Example


Text Example

White with #2DE63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,230,59); }

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

background-color css

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

 a { background-color: rgb(45,230,59); }

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

border-color css

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

 span { border-color: rgb(45,230,59); }

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