Html Css Color HEX #38EE27 Lime Green

📋 copy color: '#38EE27'

red 56 ◦ green 238 ◦ blue 39

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

Shades of Lime Green #38EE27

Tints of Lime Green #38EE27

RGB

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

 GREEN value IS 238 (93.36% from 255) = 71.47%

 BLUE value IS 39 (15.63% from 255) = 11.71%

R = 16.82%
G = 71.47%
B = 11.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#38EE27 (or 0x38EE27) is known color: Lime Green. HEX triplet: 38, EE and 27. RGB value is (56,238,39). Sum of RGB (Red+Green+Blue) = 56+238+39=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 238 (93.36% from 255 or 71.47% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EE27 is #C711D8. Grayscale: #A1A1A1. Windows color (decimal): -13046233 or 2616888. OLE color: 2616888.

HSL color Cylindrical-coordinate representation of color #38EE27: hue angle of 114.87º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38EE27 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 238 39 -
CMYK 0.76 0 0.84 0.07
HSL 114.87º 0.85% 0.54% -
HSV(B) 114.87º 0.84% 0.93% -
XYZ 32.57 62.14 12.2 -
YUV 160.9 59.2 53.18 -
System Red Green Blue C M Y K H S L
Decimal 56 238 39 0.76 0 0.84 0.07 114.87 0.85 0.54
Hex 38 EE 27 4C 0 54 7 73 55 36
Octal 70 356 47 114 0 124 7 163 125 66
Binary 111000 11101110 100111 1001100 0 1010100 111 1110011 1010101 110110

Color Harmonies of #38EE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EE27

Black with #38EE27

Text Example


Text Example

White with #38EE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,238,39); }

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

background-color css

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

 a { background-color: rgb(56,238,39); }

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

border-color css

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

 span { border-color: rgb(56,238,39); }

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