Html Css Color HEX #38AB34 Lime Green

📋 copy color: '#38AB34'

red 56 ◦ green 171 ◦ blue 52

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

Shades of Lime Green #38AB34

Tints of Lime Green #38AB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 61.29%

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 20.07%
G = 61.29%
B = 18.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#38AB34 (or 0x38AB34) is known color: Lime Green. HEX triplet: 38, AB and 34. RGB value is (56,171,52). Sum of RGB (Red+Green+Blue) = 56+171+52=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB34 is #C754CB. Grayscale: #7B7B7B. Windows color (decimal): -13063372 or 3451704. OLE color: 3451704.

HSL color Cylindrical-coordinate representation of color #38AB34: hue angle of 117.98º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38AB34 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 171 52 -
CMYK 0.67 0 0.70 0.33
HSL 117.98º 0.53% 0.44% -
HSV(B) 117.98º 0.7% 0.67% -
XYZ 16.81 30.21 8.19 -
YUV 123.05 87.9 80.18 -
System Red Green Blue C M Y K H S L
Decimal 56 171 52 0.67 0 0.70 0.33 117.98 0.53 0.44
Hex 38 AB 34 43 0 46 21 76 35 2C
Octal 70 253 64 103 0 106 41 166 65 54
Binary 111000 10101011 110100 1000011 0 1000110 100001 1110110 110101 101100

Color Harmonies of #38AB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB34

Black with #38AB34

Text Example


Text Example

White with #38AB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,171,52); }

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

background-color css

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

 a { background-color: rgb(56,171,52); }

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

border-color css

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

 span { border-color: rgb(56,171,52); }

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