Html Css Color HEX #38D44B Lime Green

📋 copy color: '#38D44B'

red 56 ◦ green 212 ◦ blue 75

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

Shades of Lime Green #38D44B

Tints of Lime Green #38D44B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 61.81%

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 16.33%
G = 61.81%
B = 21.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#38D44B (or 0x38D44B) is known color: Lime Green. HEX triplet: 38, D4 and 4B. RGB value is (56,212,75). Sum of RGB (Red+Green+Blue) = 56+212+75=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 212 (83.20% from 255 or 61.81% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 212 - color contains mainly: green. Hex color #38D44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D44B is #C72BB4. Grayscale: #969696. Windows color (decimal): -13052853 or 4969528. OLE color: 4969528.

HSL color Cylindrical-coordinate representation of color #38D44B: hue angle of 127.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D44B is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 56 212 75 -
CMYK 0.74 0 0.65 0.17
HSL 127.31º 0.64% 0.53% -
HSV(B) 127.31º 0.74% 0.83% -
XYZ 26.44 48.44 14.61 -
YUV 149.74 85.82 61.14 -
System Red Green Blue C M Y K H S L
Decimal 56 212 75 0.74 0 0.65 0.17 127.31 0.64 0.53
Hex 38 D4 4B 4A 0 41 11 7F 40 35
Octal 70 324 113 112 0 101 21 177 100 65
Binary 111000 11010100 1001011 1001010 0 1000001 10001 1111111 1000000 110101

Color Harmonies of #38D44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D44B

Black with #38D44B

Text Example


Text Example

White with #38D44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,212,75); }

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

background-color css

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

 a { background-color: rgb(56,212,75); }

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

border-color css

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

 span { border-color: rgb(56,212,75); }

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