Html Css Color HEX #38E63B Lime Green

📋 copy color: '#38E63B'

red 56 ◦ green 230 ◦ blue 59

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

Shades of Lime Green #38E63B

Tints of Lime Green #38E63B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 66.67%

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

R = 16.23%
G = 66.67%
B = 17.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#38E63B (or 0x38E63B) is known color: Lime Green. HEX triplet: 38, E6 and 3B. RGB value is (56,230,59). Sum of RGB (Red+Green+Blue) = 56+230+59=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 230 (90.23% from 255 or 66.67% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 230 - color contains mainly: green. Hex color #38E63B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E63B is #C719C4. Grayscale: #9E9E9E. Windows color (decimal): -13048261 or 3925560. OLE color: 3925560.

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

Color convert

RGB 56 230 59 -
CMYK 0.76 0 0.74 0.10
HSL 121.03º 0.78% 0.56% -
HSV(B) 121.03º 0.76% 0.9% -
XYZ 30.72 57.75 13.67 -
YUV 158.48 71.85 54.9 -
System Red Green Blue C M Y K H S L
Decimal 56 230 59 0.76 0 0.74 0.10 121.03 0.78 0.56
Hex 38 E6 3B 4C 0 4A A 79 4E 38
Octal 70 346 73 114 0 112 12 171 116 70
Binary 111000 11100110 111011 1001100 0 1001010 1010 1111001 1001110 111000

Color Harmonies of #38E63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E63B

Black with #38E63B

Text Example


Text Example

White with #38E63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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