Html Css Color HEX #38F239 Lime Green

📋 copy color: '#38F239'

red 56 ◦ green 242 ◦ blue 57

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

Shades of Lime Green #38F239

Tints of Lime Green #38F239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.06%

R = 15.77%
G = 68.17%
B = 16.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#38F239 (or 0x38F239) is known color: Lime Green. HEX triplet: 38, F2 and 39. RGB value is (56,242,57). Sum of RGB (Red+Green+Blue) = 56+242+57=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 242 (94.92% from 255 or 68.17% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 242 - color contains mainly: green. Hex color #38F239 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F239 is #C70DC6. Grayscale: #A5A5A5. Windows color (decimal): -13045191 or 3797560. OLE color: 3797560.

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

Color convert

RGB 56 242 57 -
CMYK 0.77 0 0.76 0.05
HSL 120.32º 0.88% 0.58% -
HSV(B) 120.32º 0.77% 0.95% -
XYZ 34.12 64.64 14.55 -
YUV 165.3 66.88 50.04 -
System Red Green Blue C M Y K H S L
Decimal 56 242 57 0.77 0 0.76 0.05 120.32 0.88 0.58
Hex 38 F2 39 4D 0 4C 5 78 58 3A
Octal 70 362 71 115 0 114 5 170 130 72
Binary 111000 11110010 111001 1001101 0 1001100 101 1111000 1011000 111010

Color Harmonies of #38F239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F239

Black with #38F239

Text Example


Text Example

White with #38F239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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