Html Css Color HEX #38BC34 Lime Green

📋 copy color: '#38BC34'

red 56 ◦ green 188 ◦ blue 52

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

Shades of Lime Green #38BC34

Tints of Lime Green #38BC34

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.51%

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

R = 18.92%
G = 63.51%
B = 17.57%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#38BC34 (or 0x38BC34) is known color: Lime Green. HEX triplet: 38, BC and 34. RGB value is (56,188,52). Sum of RGB (Red+Green+Blue) = 56+188+52=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BC34 is #C743CB. Grayscale: #858585. Windows color (decimal): -13059020 or 3456056. OLE color: 3456056.

HSL color Cylindrical-coordinate representation of color #38BC34: hue angle of 118.24º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38BC34 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 188 52 -
CMYK 0.70 0 0.72 0.26
HSL 118.24º 0.57% 0.47% -
HSV(B) 118.24º 0.72% 0.74% -
XYZ 20.23 37.06 9.33 -
YUV 133.03 82.27 73.06 -
System Red Green Blue C M Y K H S L
Decimal 56 188 52 0.70 0 0.72 0.26 118.24 0.57 0.47
Hex 38 BC 34 46 0 48 1A 76 39 2F
Octal 70 274 64 106 0 110 32 166 71 57
Binary 111000 10111100 110100 1000110 0 1001000 11010 1110110 111001 101111

Color Harmonies of #38BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC34

Black with #38BC34

Text Example


Text Example

White with #38BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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