Html Css Color HEX #38C12E Lime Green

📋 copy color: '#38C12E'

red 56 ◦ green 193 ◦ blue 46

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

Shades of Lime Green #38C12E

Tints of Lime Green #38C12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 18.98%
G = 65.42%
B = 15.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#38C12E (or 0x38C12E) is known color: Lime Green. HEX triplet: 38, C1 and 2E. RGB value is (56,193,46). Sum of RGB (Red+Green+Blue) = 56+193+46=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #38C12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C12E is #C73ED1. Grayscale: #878787. Windows color (decimal): -13057746 or 3064120. OLE color: 3064120.

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

Color convert

RGB 56 193 46 -
CMYK 0.71 0 0.76 0.24
HSL 115.92º 0.62% 0.47% -
HSV(B) 115.92º 0.76% 0.76% -
XYZ 21.19 39.18 9.03 -
YUV 135.28 77.61 71.45 -
System Red Green Blue C M Y K H S L
Decimal 56 193 46 0.71 0 0.76 0.24 115.92 0.62 0.47
Hex 38 C1 2E 47 0 4C 18 74 3E 2F
Octal 70 301 56 107 0 114 30 164 76 57
Binary 111000 11000001 101110 1000111 0 1001100 11000 1110100 111110 101111

Color Harmonies of #38C12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C12E

Black with #38C12E

Text Example


Text Example

White with #38C12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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