Html Css Color HEX #38F250 Lime Green

📋 copy color: '#38F250'

red 56 ◦ green 242 ◦ blue 80

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

Shades of Lime Green #38F250

Tints of Lime Green #38F250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 14.81%
G = 64.02%
B = 21.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#38F250 (or 0x38F250) is known color: Lime Green. HEX triplet: 38, F2 and 50. RGB value is (56,242,80). Sum of RGB (Red+Green+Blue) = 56+242+80=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #38F250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F250 is #C70DAF. Grayscale: #A8A8A8. Windows color (decimal): -13045168 or 5304888. OLE color: 5304888.

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

Color convert

RGB 56 242 80 -
CMYK 0.77 0 0.67 0.05
HSL 127.74º 0.88% 0.58% -
HSV(B) 127.74º 0.77% 0.95% -
XYZ 34.83 64.92 18.29 -
YUV 167.92 78.38 48.17 -
System Red Green Blue C M Y K H S L
Decimal 56 242 80 0.77 0 0.67 0.05 127.74 0.88 0.58
Hex 38 F2 50 4D 0 43 5 80 58 3A
Octal 70 362 120 115 0 103 5 200 130 72
Binary 111000 11110010 1010000 1001101 0 1000011 101 10000000 1011000 111010

Color Harmonies of #38F250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F250

Black with #38F250

Text Example


Text Example

White with #38F250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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