Html Css Color HEX #38B73C Lime Green

📋 copy color: '#38B73C'

red 56 ◦ green 183 ◦ blue 60

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

Shades of Lime Green #38B73C

Tints of Lime Green #38B73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 18.73%
G = 61.2%
B = 20.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#38B73C (or 0x38B73C) is known color: Lime Green. HEX triplet: 38, B7 and 3C. RGB value is (56,183,60). Sum of RGB (Red+Green+Blue) = 56+183+60=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #38B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B73C is #C748C3. Grayscale: #838383. Windows color (decimal): -13060292 or 3979064. OLE color: 3979064.

HSL color Cylindrical-coordinate representation of color #38B73C: hue angle of 121.89º 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 #38B73C is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 183 60 -
CMYK 0.69 0 0.67 0.28
HSL 121.89º 0.53% 0.47% -
HSV(B) 121.89º 0.69% 0.72% -
XYZ 19.38 35.03 10.02 -
YUV 131.01 87.92 74.5 -
System Red Green Blue C M Y K H S L
Decimal 56 183 60 0.69 0 0.67 0.28 121.89 0.53 0.47
Hex 38 B7 3C 45 0 43 1C 7A 35 2F
Octal 70 267 74 105 0 103 34 172 65 57
Binary 111000 10110111 111100 1000101 0 1000011 11100 1111010 110101 101111

Color Harmonies of #38B73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B73C

Black with #38B73C

Text Example


Text Example

White with #38B73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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