Html Css Color HEX #38F03F Lime Green

📋 copy color: '#38F03F'

red 56 ◦ green 240 ◦ blue 63

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

Shades of Lime Green #38F03F

Tints of Lime Green #38F03F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 66.85%

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

R = 15.6%
G = 66.85%
B = 17.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#38F03F (or 0x38F03F) is known color: Lime Green. HEX triplet: 38, F0 and 3F. RGB value is (56,240,63). Sum of RGB (Red+Green+Blue) = 56+240+63=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 240 (94.14% from 255 or 66.85% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 240 - color contains mainly: green. Hex color #38F03F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F03F is #C70FC0. Grayscale: #A5A5A5. Windows color (decimal): -13045697 or 4190264. OLE color: 4190264.

HSL color Cylindrical-coordinate representation of color #38F03F: hue angle of 122.28º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F03F is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 240 63 -
CMYK 0.77 0 0.74 0.06
HSL 122.28º 0.86% 0.58% -
HSV(B) 122.28º 0.77% 0.94% -
XYZ 33.69 63.52 15.19 -
YUV 164.81 70.54 50.39 -
System Red Green Blue C M Y K H S L
Decimal 56 240 63 0.77 0 0.74 0.06 122.28 0.86 0.58
Hex 38 F0 3F 4D 0 4A 6 7A 56 3A
Octal 70 360 77 115 0 112 6 172 126 72
Binary 111000 11110000 111111 1001101 0 1001010 110 1111010 1010110 111010

Color Harmonies of #38F03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F03F

Black with #38F03F

Text Example


Text Example

White with #38F03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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