Html Css Color HEX #38C72E Lime Green

📋 copy color: '#38C72E'

red 56 ◦ green 199 ◦ blue 46

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

Shades of Lime Green #38C72E

Tints of Lime Green #38C72E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 66.11%

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

R = 18.6%
G = 66.11%
B = 15.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#38C72E (or 0x38C72E) is known color: Lime Green. HEX triplet: 38, C7 and 2E. RGB value is (56,199,46). Sum of RGB (Red+Green+Blue) = 56+199+46=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 199 (78.12% from 255 or 66.11% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 199 - color contains mainly: green. Hex color #38C72E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C72E is #C738D1. Grayscale: #8B8B8B. Windows color (decimal): -13056210 or 3065656. OLE color: 3065656.

HSL color Cylindrical-coordinate representation of color #38C72E: hue angle of 116.08º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38C72E is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 199 46 -
CMYK 0.72 0 0.77 0.22
HSL 116.08º 0.62% 0.48% -
HSV(B) 116.08º 0.77% 0.78% -
XYZ 22.55 41.88 9.48 -
YUV 138.8 75.62 68.94 -
System Red Green Blue C M Y K H S L
Decimal 56 199 46 0.72 0 0.77 0.22 116.08 0.62 0.48
Hex 38 C7 2E 48 0 4D 16 74 3E 30
Octal 70 307 56 110 0 115 26 164 76 60
Binary 111000 11000111 101110 1001000 0 1001101 10110 1110100 111110 110000

Color Harmonies of #38C72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C72E

Black with #38C72E

Text Example


Text Example

White with #38C72E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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