Html Css Color HEX #38F141 Lime Green

📋 copy color: '#38F141'

red 56 ◦ green 241 ◦ blue 65

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

Shades of Lime Green #38F141

Tints of Lime Green #38F141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 15.47%
G = 66.57%
B = 17.96%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#38F141 (or 0x38F141) is known color: Lime Green. HEX triplet: 38, F1 and 41. RGB value is (56,241,65). Sum of RGB (Red+Green+Blue) = 56+241+65=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #38F141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F141 is #C70EBE. Grayscale: #A6A6A6. Windows color (decimal): -13045439 or 4321592. OLE color: 4321592.

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

Color convert

RGB 56 241 65 -
CMYK 0.77 0 0.73 0.05
HSL 122.92º 0.87% 0.58% -
HSV(B) 122.92º 0.77% 0.95% -
XYZ 34.04 64.13 15.59 -
YUV 165.62 71.21 49.81 -
System Red Green Blue C M Y K H S L
Decimal 56 241 65 0.77 0 0.73 0.05 122.92 0.87 0.58
Hex 38 F1 41 4D 0 49 5 7B 57 3A
Octal 70 361 101 115 0 111 5 173 127 72
Binary 111000 11110001 1000001 1001101 0 1001001 101 1111011 1010111 111010

Color Harmonies of #38F141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F141

Black with #38F141

Text Example


Text Example

White with #38F141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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