Html Css Color HEX #38C130 Lime Green

📋 copy color: '#38C130'

red 56 ◦ green 193 ◦ blue 48

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

Shades of Lime Green #38C130

Tints of Lime Green #38C130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.98%

 BLUE value IS 48 (19.14% from 255) = 16.16%

R = 18.86%
G = 64.98%
B = 16.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#38C130 (or 0x38C130) is known color: Lime Green. HEX triplet: 38, C1 and 30. RGB value is (56,193,48). Sum of RGB (Red+Green+Blue) = 56+193+48=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #38C130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C130 is #C73ECF. Grayscale: #878787. Windows color (decimal): -13057744 or 3195192. OLE color: 3195192.

HSL color Cylindrical-coordinate representation of color #38C130: hue angle of 116.69º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38C130 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 193 48 -
CMYK 0.71 0 0.75 0.24
HSL 116.69º 0.6% 0.47% -
HSV(B) 116.69º 0.75% 0.76% -
XYZ 21.23 39.19 9.24 -
YUV 135.51 78.61 71.29 -
System Red Green Blue C M Y K H S L
Decimal 56 193 48 0.71 0 0.75 0.24 116.69 0.6 0.47
Hex 38 C1 30 47 0 4B 18 75 3C 2F
Octal 70 301 60 107 0 113 30 165 74 57
Binary 111000 11000001 110000 1000111 0 1001011 11000 1110101 111100 101111

Color Harmonies of #38C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C130

Black with #38C130

Text Example


Text Example

White with #38C130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,193,48); }

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

background-color css

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

 a { background-color: rgb(56,193,48); }

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

border-color css

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

 span { border-color: rgb(56,193,48); }

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