Html Css Color HEX #38F336 Lime Green

📋 copy color: '#38F336'

red 56 ◦ green 243 ◦ blue 54

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

Shades of Lime Green #38F336

Tints of Lime Green #38F336

RGB

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

 GREEN value IS 243 (95.31% from 255) = 68.84%

 BLUE value IS 54 (21.48% from 255) = 15.3%

R = 15.86%
G = 68.84%
B = 15.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#38F336 (or 0x38F336) is known color: Lime Green. HEX triplet: 38, F3 and 36. RGB value is (56,243,54). Sum of RGB (Red+Green+Blue) = 56+243+54=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 243 (95.31% from 255 or 68.84% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 243 - color contains mainly: green. Hex color #38F336 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F336 is #C70CC9. Grayscale: #A6A6A6. Windows color (decimal): -13044938 or 3601208. OLE color: 3601208.

HSL color Cylindrical-coordinate representation of color #38F336: hue angle of 119.37º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F336 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 243 54 -
CMYK 0.77 0 0.78 0.05
HSL 119.37º 0.89% 0.58% -
HSV(B) 119.37º 0.78% 0.95% -
XYZ 34.35 65.21 14.27 -
YUV 165.54 65.05 49.87 -
System Red Green Blue C M Y K H S L
Decimal 56 243 54 0.77 0 0.78 0.05 119.37 0.89 0.58
Hex 38 F3 36 4D 0 4E 5 77 59 3A
Octal 70 363 66 115 0 116 5 167 131 72
Binary 111000 11110011 110110 1001101 0 1001110 101 1110111 1011001 111010

Color Harmonies of #38F336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F336

Black with #38F336

Text Example


Text Example

White with #38F336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,243,54); }

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

background-color css

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

 a { background-color: rgb(56,243,54); }

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

border-color css

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

 span { border-color: rgb(56,243,54); }

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