Html Css Color HEX #38BD3E Lime Green

📋 copy color: '#38BD3E'

red 56 ◦ green 189 ◦ blue 62

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

Shades of Lime Green #38BD3E

Tints of Lime Green #38BD3E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.56%

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 18.24%
G = 61.56%
B = 20.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#38BD3E (or 0x38BD3E) is known color: Lime Green. HEX triplet: 38, BD and 3E. RGB value is (56,189,62). Sum of RGB (Red+Green+Blue) = 56+189+62=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BD3E is #C742C1. Grayscale: #878787. Windows color (decimal): -13058754 or 4111672. OLE color: 4111672.

HSL color Cylindrical-coordinate representation of color #38BD3E: hue angle of 122.71º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BD3E is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 189 62 -
CMYK 0.70 0 0.67 0.26
HSL 122.71º 0.54% 0.48% -
HSV(B) 122.71º 0.7% 0.74% -
XYZ 20.7 37.58 10.72 -
YUV 134.76 86.94 71.83 -
System Red Green Blue C M Y K H S L
Decimal 56 189 62 0.70 0 0.67 0.26 122.71 0.54 0.48
Hex 38 BD 3E 46 0 43 1A 7B 36 30
Octal 70 275 76 106 0 103 32 173 66 60
Binary 111000 10111101 111110 1000110 0 1000011 11010 1111011 110110 110000

Color Harmonies of #38BD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BD3E

Black with #38BD3E

Text Example


Text Example

White with #38BD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,189,62); }

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

background-color css

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

 a { background-color: rgb(56,189,62); }

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

border-color css

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

 span { border-color: rgb(56,189,62); }

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