Html Css Color HEX #38B742 Lime Green

📋 copy color: '#38B742'

red 56 ◦ green 183 ◦ blue 66

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

Shades of Lime Green #38B742

Tints of Lime Green #38B742

RGB

 RED value IS 56 (22.27% from 255) = 18.36%

 GREEN value IS 183 (71.88% from 255) = 60%

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 18.36%
G = 60%
B = 21.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#38B742 (or 0x38B742) is known color: Lime Green. HEX triplet: 38, B7 and 42. RGB value is (56,183,66). Sum of RGB (Red+Green+Blue) = 56+183+66=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #38B742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B742 is #C748BD. Grayscale: #848484. Windows color (decimal): -13060286 or 4372280. OLE color: 4372280.

HSL color Cylindrical-coordinate representation of color #38B742: hue angle of 124.72º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B742 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 183 66 -
CMYK 0.69 0 0.64 0.28
HSL 124.72º 0.53% 0.47% -
HSV(B) 124.72º 0.69% 0.72% -
XYZ 19.55 35.1 10.9 -
YUV 131.69 90.92 74.01 -
System Red Green Blue C M Y K H S L
Decimal 56 183 66 0.69 0 0.64 0.28 124.72 0.53 0.47
Hex 38 B7 42 45 0 40 1C 7D 35 2F
Octal 70 267 102 105 0 100 34 175 65 57
Binary 111000 10110111 1000010 1000101 0 1000000 11100 1111101 110101 101111

Color Harmonies of #38B742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B742

Black with #38B742

Text Example


Text Example

White with #38B742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38B742; }

 p { color: rgb(56,183,66); }

 H1.HeaderClassName
 {
   color: #38B742;
 }
 .AnyTagClassName
 {
   color: #38B742;
 }
</style>

background-color css

<style>
 a { background-color: #38B742; }

 a { background-color: rgb(56,183,66); }

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

border-color css

<style>
 span { border-color: #38B742; }

 span { border-color: rgb(56,183,66); }

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