Html Css Color HEX #38F037 Lime Green

📋 copy color: '#38F037'

red 56 ◦ green 240 ◦ blue 55

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

Shades of Lime Green #38F037

Tints of Lime Green #38F037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.67%

R = 15.95%
G = 68.38%
B = 15.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#38F037 (or 0x38F037) is known color: Lime Green. HEX triplet: 38, F0 and 37. RGB value is (56,240,55). Sum of RGB (Red+Green+Blue) = 56+240+55=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 240 (94.14% from 255 or 68.38% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 240 - color contains mainly: green. Hex color #38F037 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F037 is #C70FC8. Grayscale: #A4A4A4. Windows color (decimal): -13045705 or 3665976. OLE color: 3665976.

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

Color convert

RGB 56 240 55 -
CMYK 0.77 0 0.77 0.06
HSL 119.68º 0.86% 0.58% -
HSV(B) 119.68º 0.77% 0.94% -
XYZ 33.48 63.44 14.09 -
YUV 163.89 66.54 51.04 -
System Red Green Blue C M Y K H S L
Decimal 56 240 55 0.77 0 0.77 0.06 119.68 0.86 0.58
Hex 38 F0 37 4D 0 4D 6 78 56 3A
Octal 70 360 67 115 0 115 6 170 126 72
Binary 111000 11110000 110111 1001101 0 1001101 110 1111000 1010110 111010

Color Harmonies of #38F037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F037

Black with #38F037

Text Example


Text Example

White with #38F037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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