Html Css Color HEX #38F241 Lime Green

📋 copy color: '#38F241'

red 56 ◦ green 242 ◦ blue 65

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

Shades of Lime Green #38F241

Tints of Lime Green #38F241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.67%

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

R = 15.43%
G = 66.67%
B = 17.91%

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

#38F241 (or 0x38F241) is known color: Lime Green. HEX triplet: 38, F2 and 41. RGB value is (56,242,65). Sum of RGB (Red+Green+Blue) = 56+242+65=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #38F241 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F241 is #C70DBE. Grayscale: #A6A6A6. Windows color (decimal): -13045183 or 4321848. OLE color: 4321848.

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

Color convert

RGB 56 242 65 -
CMYK 0.77 0 0.73 0.05
HSL 122.9º 0.88% 0.58% -
HSV(B) 122.9º 0.77% 0.95% -
XYZ 34.34 64.73 15.68 -
YUV 166.21 70.88 49.39 -
System Red Green Blue C M Y K H S L
Decimal 56 242 65 0.77 0 0.73 0.05 122.9 0.88 0.58
Hex 38 F2 41 4D 0 49 5 7B 58 3A
Octal 70 362 101 115 0 111 5 173 130 72
Binary 111000 11110010 1000001 1001101 0 1001001 101 1111011 1011000 111010

Color Harmonies of #38F241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F241

Black with #38F241

Text Example


Text Example

White with #38F241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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