Html Css Color HEX #1DE530 Lime Green

📋 copy color: '#1DE530'

red 29 ◦ green 229 ◦ blue 48

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

Shades of Lime Green #1DE530

Tints of Lime Green #1DE530

RGB

 RED value IS 29 (11.72% from 255) = 9.48%

 GREEN value IS 229 (89.84% from 255) = 74.84%

 BLUE value IS 48 (19.14% from 255) = 15.69%

R = 9.48%
G = 74.84%
B = 15.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#1DE530 (or 0x1DE530) is known color: Lime Green. HEX triplet: 1D, E5 and 30. RGB value is (29,229,48). Sum of RGB (Red+Green+Blue) = 29+229+48=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 229 (89.84% from 255 or 74.84% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 229 - color contains mainly: green. Hex color #1DE530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE530 is #E21ACF. Grayscale: #959595. Windows color (decimal): -14818000 or 3204381. OLE color: 3204381.

HSL color Cylindrical-coordinate representation of color #1DE530: hue angle of 125.7º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE530 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 29 229 48 -
CMYK 0.87 0 0.79 0.10
HSL 125.7º 0.79% 0.51% -
HSV(B) 125.7º 0.87% 0.9% -
XYZ 29.06 56.51 12.17 -
YUV 148.57 71.24 42.72 -
System Red Green Blue C M Y K H S L
Decimal 29 229 48 0.87 0 0.79 0.10 125.7 0.79 0.51
Hex 1D E5 30 57 0 4F A 7E 4F 33
Octal 35 345 60 127 0 117 12 176 117 63
Binary 11101 11100101 110000 1010111 0 1001111 1010 1111110 1001111 110011

Color Harmonies of #1DE530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE530

Black with #1DE530

Text Example


Text Example

White with #1DE530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DE530; }

 p { color: rgb(29,229,48); }

 H1.HeaderClassName
 {
   color: #1DE530;
 }
 .AnyTagClassName
 {
   color: #1DE530;
 }
</style>

background-color css

<style>
 a { background-color: #1DE530; }

 a { background-color: rgb(29,229,48); }

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

border-color css

<style>
 span { border-color: #1DE530; }

 span { border-color: rgb(29,229,48); }

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