Html Css Color HEX #38CE1B Lime Green

📋 copy color: '#38CE1B'

red 56 ◦ green 206 ◦ blue 27

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

Shades of Lime Green #38CE1B

Tints of Lime Green #38CE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 19.38%
G = 71.28%
B = 9.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#38CE1B (or 0x38CE1B) is known color: Lime Green. HEX triplet: 38, CE and 1B. RGB value is (56,206,27). Sum of RGB (Red+Green+Blue) = 56+206+27=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 206 (80.86% from 255 or 71.28% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CE1B is #C731E4. Grayscale: #8D8D8D. Windows color (decimal): -13054437 or 1822264. OLE color: 1822264.

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

Color convert

RGB 56 206 27 -
CMYK 0.73 0 0.87 0.19
HSL 110.28º 0.77% 0.46% -
HSV(B) 110.28º 0.87% 0.81% -
XYZ 23.9 45.06 8.48 -
YUV 140.74 63.81 67.55 -
System Red Green Blue C M Y K H S L
Decimal 56 206 27 0.73 0 0.87 0.19 110.28 0.77 0.46
Hex 38 CE 1B 49 0 57 13 6E 4D 2E
Octal 70 316 33 111 0 127 23 156 115 56
Binary 111000 11001110 11011 1001001 0 1010111 10011 1101110 1001101 101110

Color Harmonies of #38CE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CE1B

Black with #38CE1B

Text Example


Text Example

White with #38CE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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