Html Css Color HEX #38F63B Lime Green

📋 copy color: '#38F63B'

red 56 ◦ green 246 ◦ blue 59

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

Shades of Lime Green #38F63B

Tints of Lime Green #38F63B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 68.14%

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 15.51%
G = 68.14%
B = 16.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#38F63B (or 0x38F63B) is known color: Lime Green. HEX triplet: 38, F6 and 3B. RGB value is (56,246,59). Sum of RGB (Red+Green+Blue) = 56+246+59=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 246 (96.48% from 255 or 68.14% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 246 - color contains mainly: green. Hex color #38F63B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F63B is #C709C4. Grayscale: #A8A8A8. Windows color (decimal): -13044165 or 3929656. OLE color: 3929656.

HSL color Cylindrical-coordinate representation of color #38F63B: hue angle of 120.95º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F63B is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 246 59 -
CMYK 0.77 0 0.76 0.04
HSL 120.95º 0.91% 0.59% -
HSV(B) 120.95º 0.77% 0.96% -
XYZ 35.38 67.07 15.22 -
YUV 167.87 66.55 48.21 -
System Red Green Blue C M Y K H S L
Decimal 56 246 59 0.77 0 0.76 0.04 120.95 0.91 0.59
Hex 38 F6 3B 4D 0 4C 4 79 5B 3B
Octal 70 366 73 115 0 114 4 171 133 73
Binary 111000 11110110 111011 1001101 0 1001100 100 1111001 1011011 111011

Color Harmonies of #38F63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F63B

Black with #38F63B

Text Example


Text Example

White with #38F63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,246,59); }

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

background-color css

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

 a { background-color: rgb(56,246,59); }

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

border-color css

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

 span { border-color: rgb(56,246,59); }

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