Html Css Color HEX #2DE63C Lime Green

📋 copy color: '#2DE63C'

red 45 ◦ green 230 ◦ blue 60

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

Shades of Lime Green #2DE63C

Tints of Lime Green #2DE63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 13.43%
G = 68.66%
B = 17.91%

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

#2DE63C (or 0x2DE63C) is known color: Lime Green. HEX triplet: 2D, E6 and 3C. RGB value is (45,230,60). Sum of RGB (Red+Green+Blue) = 45+230+60=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 230 (90.23% from 255 or 68.66% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE63C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE63C is #D219C3. Grayscale: #9B9B9B. Windows color (decimal): -13769156 or 3991085. OLE color: 3991085.

HSL color Cylindrical-coordinate representation of color #2DE63C: hue angle of 124.86º 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 #2DE63C is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 45 230 60 -
CMYK 0.80 0 0.74 0.10
HSL 124.86º 0.79% 0.54% -
HSV(B) 124.86º 0.8% 0.9% -
XYZ 30.19 57.48 13.78 -
YUV 155.31 74.21 49.32 -
System Red Green Blue C M Y K H S L
Decimal 45 230 60 0.80 0 0.74 0.10 124.86 0.79 0.54
Hex 2D E6 3C 50 0 4A A 7D 4F 36
Octal 55 346 74 120 0 112 12 175 117 66
Binary 101101 11100110 111100 1010000 0 1001010 1010 1111101 1001111 110110

Color Harmonies of #2DE63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE63C

Black with #2DE63C

Text Example


Text Example

White with #2DE63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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