Html Css Color HEX #38F238 Lime Green

📋 copy color: '#38F238'

red 56 ◦ green 242 ◦ blue 56

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

Shades of Lime Green #38F238

Tints of Lime Green #38F238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.82%

R = 15.82%
G = 68.36%
B = 15.82%

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

#38F238 (or 0x38F238) is known color: Lime Green. HEX triplet: 38, F2 and 38. RGB value is (56,242,56). Sum of RGB (Red+Green+Blue) = 56+242+56=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 242 (94.92% from 255 or 68.36% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 242 - color contains mainly: green. Hex color #38F238 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F238 is #C70DC7. Grayscale: #A5A5A5. Windows color (decimal): -13045192 or 3732024. OLE color: 3732024.

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

Color convert

RGB 56 242 56 -
CMYK 0.77 0 0.77 0.05
HSL 120º 0.88% 0.58% -
HSV(B) 120º 0.77% 0.95% -
XYZ 34.1 64.63 14.42 -
YUV 165.18 66.38 50.12 -
System Red Green Blue C M Y K H S L
Decimal 56 242 56 0.77 0 0.77 0.05 120 0.88 0.58
Hex 38 F2 38 4D 0 4D 5 78 58 3A
Octal 70 362 70 115 0 115 5 170 130 72
Binary 111000 11110010 111000 1001101 0 1001101 101 1111000 1011000 111010

Color Harmonies of #38F238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F238

Black with #38F238

Text Example


Text Example

White with #38F238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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