Html Css Color HEX #38F429 Lime Green

📋 copy color: '#38F429'

red 56 ◦ green 244 ◦ blue 41

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

Shades of Lime Green #38F429

Tints of Lime Green #38F429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 16.42%
G = 71.55%
B = 12.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#38F429 (or 0x38F429) is known color: Lime Green. HEX triplet: 38, F4 and 29. RGB value is (56,244,41). Sum of RGB (Red+Green+Blue) = 56+244+41=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 244 (95.70% from 255 or 71.55% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 244 - color contains mainly: green. Hex color #38F429 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F429 is #C70BD6. Grayscale: #A5A5A5. Windows color (decimal): -13044695 or 2749496. OLE color: 2749496.

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

Color convert

RGB 56 244 41 -
CMYK 0.77 0 0.83 0.04
HSL 115.57º 0.9% 0.56% -
HSV(B) 115.57º 0.83% 0.96% -
XYZ 34.38 65.7 12.97 -
YUV 164.65 58.22 50.51 -
System Red Green Blue C M Y K H S L
Decimal 56 244 41 0.77 0 0.83 0.04 115.57 0.9 0.56
Hex 38 F4 29 4D 0 53 4 74 5A 38
Octal 70 364 51 115 0 123 4 164 132 70
Binary 111000 11110100 101001 1001101 0 1010011 100 1110100 1011010 111000

Color Harmonies of #38F429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F429

Black with #38F429

Text Example


Text Example

White with #38F429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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