Html Css Color HEX #38CE3F Lime Green

📋 copy color: '#38CE3F'

red 56 ◦ green 206 ◦ blue 63

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

Shades of Lime Green #38CE3F

Tints of Lime Green #38CE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.38%

R = 17.23%
G = 63.38%
B = 19.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#38CE3F (or 0x38CE3F) is known color: Lime Green. HEX triplet: 38, CE and 3F. RGB value is (56,206,63). Sum of RGB (Red+Green+Blue) = 56+206+63=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CE3F is #C731C0. Grayscale: #919191. Windows color (decimal): -13054401 or 4181560. OLE color: 4181560.

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

Color convert

RGB 56 206 63 -
CMYK 0.73 0 0.69 0.19
HSL 122.8º 0.6% 0.51% -
HSV(B) 122.8º 0.73% 0.81% -
XYZ 24.6 45.34 12.16 -
YUV 144.85 81.81 64.63 -
System Red Green Blue C M Y K H S L
Decimal 56 206 63 0.73 0 0.69 0.19 122.8 0.6 0.51
Hex 38 CE 3F 49 0 45 13 7B 3C 33
Octal 70 316 77 111 0 105 23 173 74 63
Binary 111000 11001110 111111 1001001 0 1000101 10011 1111011 111100 110011

Color Harmonies of #38CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CE3F

Black with #38CE3F

Text Example


Text Example

White with #38CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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