Html Css Color HEX #38B039 Lime Green

📋 copy color: '#38B039'

red 56 ◦ green 176 ◦ blue 57

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

Shades of Lime Green #38B039

Tints of Lime Green #38B039

RGB

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

 GREEN value IS 176 (69.14% from 255) = 60.9%

 BLUE value IS 57 (22.66% from 255) = 19.72%

R = 19.38%
G = 60.9%
B = 19.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#38B039 (or 0x38B039) is known color: Lime Green. HEX triplet: 38, B0 and 39. RGB value is (56,176,57). Sum of RGB (Red+Green+Blue) = 56+176+57=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 176 (69.14% from 255 or 60.90% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 176 - color contains mainly: green. Hex color #38B039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B039 is #C74FC6. Grayscale: #7E7E7E. Windows color (decimal): -13062087 or 3780664. OLE color: 3780664.

HSL color Cylindrical-coordinate representation of color #38B039: hue angle of 120.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B039 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 176 57 -
CMYK 0.68 0 0.68 0.31
HSL 120.5º 0.52% 0.45% -
HSV(B) 120.5º 0.68% 0.69% -
XYZ 17.89 32.19 9.14 -
YUV 126.55 88.74 77.68 -
System Red Green Blue C M Y K H S L
Decimal 56 176 57 0.68 0 0.68 0.31 120.5 0.52 0.45
Hex 38 B0 39 44 0 44 1F 79 34 2D
Octal 70 260 71 104 0 104 37 171 64 55
Binary 111000 10110000 111001 1000100 0 1000100 11111 1111001 110100 101101

Color Harmonies of #38B039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B039

Black with #38B039

Text Example


Text Example

White with #38B039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,176,57); }

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

background-color css

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

 a { background-color: rgb(56,176,57); }

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

border-color css

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

 span { border-color: rgb(56,176,57); }

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