Html Css Color HEX #1DEA30 Lime Green

📋 copy color: '#1DEA30'

red 29 ◦ green 234 ◦ blue 48

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

Shades of Lime Green #1DEA30

Tints of Lime Green #1DEA30

RGB

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

 GREEN value IS 234 (91.8% from 255) = 75.24%

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

R = 9.32%
G = 75.24%
B = 15.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#1DEA30 (or 0x1DEA30) is known color: Lime Green. HEX triplet: 1D, EA and 30. RGB value is (29,234,48). Sum of RGB (Red+Green+Blue) = 29+234+48=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 234 (91.80% from 255 or 75.24% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEA30 is #E215CF. Grayscale: #989898. Windows color (decimal): -14816720 or 3205661. OLE color: 3205661.

HSL color Cylindrical-coordinate representation of color #1DEA30: hue angle of 125.56º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEA30 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 234 48 -
CMYK 0.88 0 0.79 0.08
HSL 125.56º 0.83% 0.52% -
HSV(B) 125.56º 0.88% 0.92% -
XYZ 30.46 59.32 12.64 -
YUV 151.5 69.58 40.62 -
System Red Green Blue C M Y K H S L
Decimal 29 234 48 0.88 0 0.79 0.08 125.56 0.83 0.52
Hex 1D EA 30 58 0 4F 8 7E 53 34
Octal 35 352 60 130 0 117 10 176 123 64
Binary 11101 11101010 110000 1011000 0 1001111 1000 1111110 1010011 110100

Color Harmonies of #1DEA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEA30

Black with #1DEA30

Text Example


Text Example

White with #1DEA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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