Html Css Color HEX #38F438 Lime Green

📋 copy color: '#38F438'

red 56 ◦ green 244 ◦ blue 56

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

Shades of Lime Green #38F438

Tints of Lime Green #38F438

RGB

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

 GREEN value IS 244 (95.7% from 255) = 68.54%

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 15.73%
G = 68.54%
B = 15.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#38F438 (or 0x38F438) is known color: Lime Green. HEX triplet: 38, F4 and 38. RGB value is (56,244,56). Sum of RGB (Red+Green+Blue) = 56+244+56=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 244 (95.70% from 255 or 68.54% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 244 - color contains mainly: green. Hex color #38F438 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F438 is #C70BC7. Grayscale: #A6A6A6. Windows color (decimal): -13044680 or 3732536. OLE color: 3732536.

HSL color Cylindrical-coordinate representation of color #38F438: hue angle of 120º degrees, saturation: 0.9, 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 #38F438 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 244 56 -
CMYK 0.77 0 0.77 0.04
HSL 120º 0.9% 0.59% -
HSV(B) 120º 0.77% 0.96% -
XYZ 34.7 65.83 14.62 -
YUV 166.36 65.72 49.29 -
System Red Green Blue C M Y K H S L
Decimal 56 244 56 0.77 0 0.77 0.04 120 0.9 0.59
Hex 38 F4 38 4D 0 4D 4 78 5A 3B
Octal 70 364 70 115 0 115 4 170 132 73
Binary 111000 11110100 111000 1001101 0 1001101 100 1111000 1011010 111011

Color Harmonies of #38F438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F438

Black with #38F438

Text Example


Text Example

White with #38F438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,244,56); }

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

background-color css

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

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

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

border-color css

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

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

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