Html Css Color HEX #38F237 Lime Green

📋 copy color: '#38F237'

red 56 ◦ green 242 ◦ blue 55

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

Shades of Lime Green #38F237

Tints of Lime Green #38F237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.58%

R = 15.86%
G = 68.56%
B = 15.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#38F237 (or 0x38F237) is known color: Lime Green. HEX triplet: 38, F2 and 37. RGB value is (56,242,55). Sum of RGB (Red+Green+Blue) = 56+242+55=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #38F237 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F237 is #C70DC8. Grayscale: #A5A5A5. Windows color (decimal): -13045193 or 3666488. OLE color: 3666488.

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

Color convert

RGB 56 242 55 -
CMYK 0.77 0 0.77 0.05
HSL 119.68º 0.88% 0.58% -
HSV(B) 119.68º 0.77% 0.95% -
XYZ 34.07 64.62 14.29 -
YUV 165.07 65.88 50.21 -
System Red Green Blue C M Y K H S L
Decimal 56 242 55 0.77 0 0.77 0.05 119.68 0.88 0.58
Hex 38 F2 37 4D 0 4D 5 78 58 3A
Octal 70 362 67 115 0 115 5 170 130 72
Binary 111000 11110010 110111 1001101 0 1001101 101 1111000 1011000 111010

Color Harmonies of #38F237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F237

Black with #38F237

Text Example


Text Example

White with #38F237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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