Html Css Color HEX #38CE27 Lime Green

📋 copy color: '#38CE27'

red 56 ◦ green 206 ◦ blue 39

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

Shades of Lime Green #38CE27

Tints of Lime Green #38CE27

RGB

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

 GREEN value IS 206 (80.86% from 255) = 68.44%

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

R = 18.6%
G = 68.44%
B = 12.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#38CE27 (or 0x38CE27) is known color: Lime Green. HEX triplet: 38, CE and 27. RGB value is (56,206,39). Sum of RGB (Red+Green+Blue) = 56+206+39=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 206 (80.86% from 255 or 68.44% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CE27 is #C731D8. Grayscale: #8E8E8E. Windows color (decimal): -13054425 or 2608696. OLE color: 2608696.

HSL color Cylindrical-coordinate representation of color #38CE27: hue angle of 113.89º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38CE27 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 206 39 -
CMYK 0.73 0 0.81 0.19
HSL 113.89º 0.68% 0.48% -
HSV(B) 113.89º 0.81% 0.81% -
XYZ 24.07 45.13 9.36 -
YUV 142.11 69.81 66.58 -
System Red Green Blue C M Y K H S L
Decimal 56 206 39 0.73 0 0.81 0.19 113.89 0.68 0.48
Hex 38 CE 27 49 0 51 13 72 44 30
Octal 70 316 47 111 0 121 23 162 104 60
Binary 111000 11001110 100111 1001001 0 1010001 10011 1110010 1000100 110000

Color Harmonies of #38CE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CE27

Black with #38CE27

Text Example


Text Example

White with #38CE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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