Html Css Color HEX #1BCD38 Lime Green

📋 copy color: '#1BCD38'

red 27 ◦ green 205 ◦ blue 56

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

Shades of Lime Green #1BCD38

Tints of Lime Green #1BCD38

RGB

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

 GREEN value IS 205 (80.47% from 255) = 71.18%

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

R = 9.38%
G = 71.18%
B = 19.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#1BCD38 (or 0x1BCD38) is known color: Lime Green. HEX triplet: 1B, CD and 38. RGB value is (27,205,56). Sum of RGB (Red+Green+Blue) = 27+205+56=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 205 (80.47% from 255 or 71.18% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCD38 is #E432C7. Grayscale: #878787. Windows color (decimal): -14955208 or 3722523. OLE color: 3722523.

HSL color Cylindrical-coordinate representation of color #1BCD38: hue angle of 129.78º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCD38 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 27 205 56 -
CMYK 0.87 0 0.73 0.20
HSL 129.78º 0.77% 0.45% -
HSV(B) 129.78º 0.87% 0.8% -
XYZ 23 44.18 11.06 -
YUV 134.79 83.53 51.12 -
System Red Green Blue C M Y K H S L
Decimal 27 205 56 0.87 0 0.73 0.20 129.78 0.77 0.45
Hex 1B CD 38 57 0 49 14 82 4D 2D
Octal 33 315 70 127 0 111 24 202 115 55
Binary 11011 11001101 111000 1010111 0 1001001 10100 10000010 1001101 101101

Color Harmonies of #1BCD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCD38

Black with #1BCD38

Text Example


Text Example

White with #1BCD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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