Html Css Color HEX #38E43B Lime Green

📋 copy color: '#38E43B'

red 56 ◦ green 228 ◦ blue 59

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

Shades of Lime Green #38E43B

Tints of Lime Green #38E43B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 66.47%

 BLUE value IS 59 (23.44% from 255) = 17.2%

R = 16.33%
G = 66.47%
B = 17.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#38E43B (or 0x38E43B) is known color: Lime Green. HEX triplet: 38, E4 and 3B. RGB value is (56,228,59). Sum of RGB (Red+Green+Blue) = 56+228+59=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 228 (89.45% from 255 or 66.47% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 228 - color contains mainly: green. Hex color #38E43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E43B is #C71BC4. Grayscale: #9D9D9D. Windows color (decimal): -13048773 or 3925048. OLE color: 3925048.

HSL color Cylindrical-coordinate representation of color #38E43B: hue angle of 121.05º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E43B is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 228 59 -
CMYK 0.75 0 0.74 0.11
HSL 121.05º 0.76% 0.56% -
HSV(B) 121.05º 0.75% 0.89% -
XYZ 30.16 56.64 13.48 -
YUV 157.31 72.52 55.74 -
System Red Green Blue C M Y K H S L
Decimal 56 228 59 0.75 0 0.74 0.11 121.05 0.76 0.56
Hex 38 E4 3B 4B 0 4A B 79 4C 38
Octal 70 344 73 113 0 112 13 171 114 70
Binary 111000 11100100 111011 1001011 0 1001010 1011 1111001 1001100 111000

Color Harmonies of #38E43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E43B

Black with #38E43B

Text Example


Text Example

White with #38E43B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,228,59); }

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

background-color css

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

 a { background-color: rgb(56,228,59); }

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

border-color css

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

 span { border-color: rgb(56,228,59); }

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