Html Css Color HEX #38F443 Lime Green

📋 copy color: '#38F443'

red 56 ◦ green 244 ◦ blue 67

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

Shades of Lime Green #38F443

Tints of Lime Green #38F443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 15.26%
G = 66.49%
B = 18.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#38F443 (or 0x38F443) is known color: Lime Green. HEX triplet: 38, F4 and 43. RGB value is (56,244,67). Sum of RGB (Red+Green+Blue) = 56+244+67=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #38F443 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F443 is #C70BBC. Grayscale: #A8A8A8. Windows color (decimal): -13044669 or 4453432. OLE color: 4453432.

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

Color convert

RGB 56 244 67 -
CMYK 0.77 0 0.73 0.04
HSL 123.51º 0.9% 0.59% -
HSV(B) 123.51º 0.77% 0.96% -
XYZ 34.99 65.95 16.19 -
YUV 167.61 71.22 48.39 -
System Red Green Blue C M Y K H S L
Decimal 56 244 67 0.77 0 0.73 0.04 123.51 0.9 0.59
Hex 38 F4 43 4D 0 49 4 7C 5A 3B
Octal 70 364 103 115 0 111 4 174 132 73
Binary 111000 11110100 1000011 1001101 0 1001001 100 1111100 1011010 111011

Color Harmonies of #38F443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F443

Black with #38F443

Text Example


Text Example

White with #38F443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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