Html Css Color HEX #38DB4B Lime Green

📋 copy color: '#38DB4B'

red 56 ◦ green 219 ◦ blue 75

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

Shades of Lime Green #38DB4B

Tints of Lime Green #38DB4B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 62.57%

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

R = 16%
G = 62.57%
B = 21.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#38DB4B (or 0x38DB4B) is known color: Lime Green. HEX triplet: 38, DB and 4B. RGB value is (56,219,75). Sum of RGB (Red+Green+Blue) = 56+219+75=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 219 (85.94% from 255 or 62.57% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DB4B is #C724B4. Grayscale: #9A9A9A. Windows color (decimal): -13051061 or 4971320. OLE color: 4971320.

HSL color Cylindrical-coordinate representation of color #38DB4B: hue angle of 126.99º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DB4B is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 219 75 -
CMYK 0.74 0 0.66 0.14
HSL 126.99º 0.69% 0.54% -
HSV(B) 126.99º 0.74% 0.86% -
XYZ 28.23 52.01 15.21 -
YUV 153.85 83.5 58.21 -
System Red Green Blue C M Y K H S L
Decimal 56 219 75 0.74 0 0.66 0.14 126.99 0.69 0.54
Hex 38 DB 4B 4A 0 42 E 7F 45 36
Octal 70 333 113 112 0 102 16 177 105 66
Binary 111000 11011011 1001011 1001010 0 1000010 1110 1111111 1000101 110110

Color Harmonies of #38DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DB4B

Black with #38DB4B

Text Example


Text Example

White with #38DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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