Html Css Color HEX #38F039 Lime Green

📋 copy color: '#38F039'

red 56 ◦ green 240 ◦ blue 57

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

Shades of Lime Green #38F039

Tints of Lime Green #38F039

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.99%

 BLUE value IS 57 (22.66% from 255) = 16.15%

R = 15.86%
G = 67.99%
B = 16.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#38F039 (or 0x38F039) is known color: Lime Green. HEX triplet: 38, F0 and 39. RGB value is (56,240,57). Sum of RGB (Red+Green+Blue) = 56+240+57=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #38F039 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F039 is #C70FC6. Grayscale: #A4A4A4. Windows color (decimal): -13045703 or 3797048. OLE color: 3797048.

HSL color Cylindrical-coordinate representation of color #38F039: hue angle of 120.33º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F039 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 240 57 -
CMYK 0.77 0 0.76 0.06
HSL 120.33º 0.86% 0.58% -
HSV(B) 120.33º 0.77% 0.94% -
XYZ 33.53 63.46 14.35 -
YUV 164.12 67.54 50.88 -
System Red Green Blue C M Y K H S L
Decimal 56 240 57 0.77 0 0.76 0.06 120.33 0.86 0.58
Hex 38 F0 39 4D 0 4C 6 78 56 3A
Octal 70 360 71 115 0 114 6 170 126 72
Binary 111000 11110000 111001 1001101 0 1001100 110 1111000 1010110 111010

Color Harmonies of #38F039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F039

Black with #38F039

Text Example


Text Example

White with #38F039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,240,57); }

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

background-color css

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

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

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

border-color css

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

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

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