Html Css Color HEX #1BDA38 Lime Green

📋 copy color: '#1BDA38'

red 27 ◦ green 218 ◦ blue 56

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

Shades of Lime Green #1BDA38

Tints of Lime Green #1BDA38

RGB

 RED value IS 27 (10.94% from 255) = 8.97%

 GREEN value IS 218 (85.55% from 255) = 72.43%

 BLUE value IS 56 (22.27% from 255) = 18.6%

R = 8.97%
G = 72.43%
B = 18.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#1BDA38 (or 0x1BDA38) is known color: Lime Green. HEX triplet: 1B, DA and 38. RGB value is (27,218,56). Sum of RGB (Red+Green+Blue) = 27+218+56=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 218 (85.55% from 255 or 72.43% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA38 is #E425C7. Grayscale: #8E8E8E. Windows color (decimal): -14951880 or 3725851. OLE color: 3725851.

HSL color Cylindrical-coordinate representation of color #1BDA38: hue angle of 129.11º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDA38 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 27 218 56 -
CMYK 0.88 0 0.74 0.15
HSL 129.11º 0.78% 0.48% -
HSV(B) 129.11º 0.88% 0.85% -
XYZ 26.24 50.66 12.14 -
YUV 142.42 79.22 45.67 -
System Red Green Blue C M Y K H S L
Decimal 27 218 56 0.88 0 0.74 0.15 129.11 0.78 0.48
Hex 1B DA 38 58 0 4A F 81 4E 30
Octal 33 332 70 130 0 112 17 201 116 60
Binary 11011 11011010 111000 1011000 0 1001010 1111 10000001 1001110 110000

Color Harmonies of #1BDA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDA38

Black with #1BDA38

Text Example


Text Example

White with #1BDA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,218,56); }

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

background-color css

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

 a { background-color: rgb(27,218,56); }

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

border-color css

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

 span { border-color: rgb(27,218,56); }

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