Html Css Color HEX #38F137 Lime Green

📋 copy color: '#38F137'

red 56 ◦ green 241 ◦ blue 55

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

Shades of Lime Green #38F137

Tints of Lime Green #38F137

RGB

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

 GREEN value IS 241 (94.53% from 255) = 68.47%

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

R = 15.91%
G = 68.47%
B = 15.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#38F137 (or 0x38F137) is known color: Lime Green. HEX triplet: 38, F1 and 37. RGB value is (56,241,55). Sum of RGB (Red+Green+Blue) = 56+241+55=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 241 (94.53% from 255 or 68.47% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 241 - color contains mainly: green. Hex color #38F137 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F137 is #C70EC8. Grayscale: #A5A5A5. Windows color (decimal): -13045449 or 3666232. OLE color: 3666232.

HSL color Cylindrical-coordinate representation of color #38F137: hue angle of 119.68º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F137 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 241 55 -
CMYK 0.77 0 0.77 0.05
HSL 119.68º 0.87% 0.58% -
HSV(B) 119.68º 0.77% 0.95% -
XYZ 33.78 64.03 14.19 -
YUV 164.48 66.21 50.62 -
System Red Green Blue C M Y K H S L
Decimal 56 241 55 0.77 0 0.77 0.05 119.68 0.87 0.58
Hex 38 F1 37 4D 0 4D 5 78 57 3A
Octal 70 361 67 115 0 115 5 170 127 72
Binary 111000 11110001 110111 1001101 0 1001101 101 1111000 1010111 111010

Color Harmonies of #38F137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F137

Black with #38F137

Text Example


Text Example

White with #38F137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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