Html Css Color HEX #38F254 Lime Green

📋 copy color: '#38F254'

red 56 ◦ green 242 ◦ blue 84

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

Shades of Lime Green #38F254

Tints of Lime Green #38F254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.99%

R = 14.66%
G = 63.35%
B = 21.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#38F254 (or 0x38F254) is known color: Lime Green. HEX triplet: 38, F2 and 54. RGB value is (56,242,84). Sum of RGB (Red+Green+Blue) = 56+242+84=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #38F254 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F254 is #C70DAB. Grayscale: #A8A8A8. Windows color (decimal): -13045164 or 5567032. OLE color: 5567032.

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

Color convert

RGB 56 242 84 -
CMYK 0.77 0 0.65 0.05
HSL 129.03º 0.88% 0.58% -
HSV(B) 129.03º 0.77% 0.95% -
XYZ 34.98 64.99 19.09 -
YUV 168.37 80.38 47.85 -
System Red Green Blue C M Y K H S L
Decimal 56 242 84 0.77 0 0.65 0.05 129.03 0.88 0.58
Hex 38 F2 54 4D 0 41 5 81 58 3A
Octal 70 362 124 115 0 101 5 201 130 72
Binary 111000 11110010 1010100 1001101 0 1000001 101 10000001 1011000 111010

Color Harmonies of #38F254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F254

Black with #38F254

Text Example


Text Example

White with #38F254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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