Html Css Color HEX #38E92F Lime Green

📋 copy color: '#38E92F'

red 56 ◦ green 233 ◦ blue 47

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

Shades of Lime Green #38E92F

Tints of Lime Green #38E92F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 69.35%

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 16.67%
G = 69.35%
B = 13.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#38E92F (or 0x38E92F) is known color: Lime Green. HEX triplet: 38, E9 and 2F. RGB value is (56,233,47). Sum of RGB (Red+Green+Blue) = 56+233+47=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 233 (91.41% from 255 or 69.35% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 233 - color contains mainly: green. Hex color #38E92F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E92F is #C716D0. Grayscale: #9F9F9F. Windows color (decimal): -13047505 or 3139896. OLE color: 3139896.

HSL color Cylindrical-coordinate representation of color #38E92F: hue angle of 117.1º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38E92F is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 233 47 -
CMYK 0.76 0 0.80 0.09
HSL 117.1º 0.81% 0.55% -
HSV(B) 117.1º 0.8% 0.91% -
XYZ 31.28 59.32 12.49 -
YUV 158.87 64.86 54.62 -
System Red Green Blue C M Y K H S L
Decimal 56 233 47 0.76 0 0.80 0.09 117.1 0.81 0.55
Hex 38 E9 2F 4C 0 50 9 75 51 37
Octal 70 351 57 114 0 120 11 165 121 67
Binary 111000 11101001 101111 1001100 0 1010000 1001 1110101 1010001 110111

Color Harmonies of #38E92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E92F

Black with #38E92F

Text Example


Text Example

White with #38E92F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,233,47); }

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

background-color css

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

 a { background-color: rgb(56,233,47); }

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

border-color css

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

 span { border-color: rgb(56,233,47); }

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