Html Css Color HEX #38DC2B Lime Green

📋 copy color: '#38DC2B'

red 56 ◦ green 220 ◦ blue 43

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

Shades of Lime Green #38DC2B

Tints of Lime Green #38DC2B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 68.97%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 17.55%
G = 68.97%
B = 13.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#38DC2B (or 0x38DC2B) is known color: Lime Green. HEX triplet: 38, DC and 2B. RGB value is (56,220,43). Sum of RGB (Red+Green+Blue) = 56+220+43=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DC2B is #C723D4. Grayscale: #979797. Windows color (decimal): -13050837 or 2874424. OLE color: 2874424.

HSL color Cylindrical-coordinate representation of color #38DC2B: hue angle of 115.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38DC2B is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 43 -
CMYK 0.75 0 0.80 0.14
HSL 115.59º 0.72% 0.52% -
HSV(B) 115.59º 0.8% 0.86% -
XYZ 27.66 52.2 10.9 -
YUV 150.79 67.17 60.39 -
System Red Green Blue C M Y K H S L
Decimal 56 220 43 0.75 0 0.80 0.14 115.59 0.72 0.52
Hex 38 DC 2B 4B 0 50 E 74 48 34
Octal 70 334 53 113 0 120 16 164 110 64
Binary 111000 11011100 101011 1001011 0 1010000 1110 1110100 1001000 110100

Color Harmonies of #38DC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC2B

Black with #38DC2B

Text Example


Text Example

White with #38DC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,220,43); }

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

background-color css

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

 a { background-color: rgb(56,220,43); }

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

border-color css

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

 span { border-color: rgb(56,220,43); }

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