Html Css Color HEX #38FE32 Lime Green

📋 copy color: '#38FE32'

red 56 ◦ green 254 ◦ blue 50

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

Shades of Lime Green #38FE32

Tints of Lime Green #38FE32

RGB

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

 GREEN value IS 254 (99.61% from 255) = 70.56%

 BLUE value IS 50 (19.92% from 255) = 13.89%

R = 15.56%
G = 70.56%
B = 13.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#38FE32 (or 0x38FE32) is known color: Lime Green. HEX triplet: 38, FE and 32. RGB value is (56,254,50). Sum of RGB (Red+Green+Blue) = 56+254+50=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 254 (99.61% from 255 or 70.56% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FE32 is #C701CD. Grayscale: #ACACAC. Windows color (decimal): -13042126 or 3341880. OLE color: 3341880.

HSL color Cylindrical-coordinate representation of color #38FE32: hue angle of 118.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38FE32 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 254 50 -
CMYK 0.78 0 0.80 0.00
HSL 118.24º 0.99% 0.6% -
HSV(B) 118.24º 0.8% 1% -
XYZ 37.65 71.95 14.92 -
YUV 171.54 59.4 45.59 -
System Red Green Blue C M Y K H S L
Decimal 56 254 50 0.78 0 0.80 0.00 118.24 0.99 0.6
Hex 38 FE 32 4E 0 50 0 76 63 3C
Octal 70 376 62 116 0 120 0 166 143 74
Binary 111000 11111110 110010 1001110 0 1010000 0 1110110 1100011 111100

Color Harmonies of #38FE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FE32

Black with #38FE32

Text Example


Text Example

White with #38FE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,254,50); }

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

background-color css

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

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

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

border-color css

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

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

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