Html Css Color HEX #38F244 Lime Green

📋 copy color: '#38F244'

red 56 ◦ green 242 ◦ blue 68

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

Shades of Lime Green #38F244

Tints of Lime Green #38F244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 15.3%
G = 66.12%
B = 18.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#38F244 (or 0x38F244) is known color: Lime Green. HEX triplet: 38, F2 and 44. RGB value is (56,242,68). Sum of RGB (Red+Green+Blue) = 56+242+68=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #38F244 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F244 is #C70DBB. Grayscale: #A7A7A7. Windows color (decimal): -13045180 or 4518456. OLE color: 4518456.

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

Color convert

RGB 56 242 68 -
CMYK 0.77 0 0.72 0.05
HSL 123.87º 0.88% 0.58% -
HSV(B) 123.87º 0.77% 0.95% -
XYZ 34.43 64.76 16.15 -
YUV 166.55 72.38 49.15 -
System Red Green Blue C M Y K H S L
Decimal 56 242 68 0.77 0 0.72 0.05 123.87 0.88 0.58
Hex 38 F2 44 4D 0 48 5 7C 58 3A
Octal 70 362 104 115 0 110 5 174 130 72
Binary 111000 11110010 1000100 1001101 0 1001000 101 1111100 1011000 111010

Color Harmonies of #38F244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F244

Black with #38F244

Text Example


Text Example

White with #38F244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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