Html Css Color HEX #38F242 Lime Green

📋 copy color: '#38F242'

red 56 ◦ green 242 ◦ blue 66

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

Shades of Lime Green #38F242

Tints of Lime Green #38F242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 15.38%
G = 66.48%
B = 18.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#38F242 (or 0x38F242) is known color: Lime Green. HEX triplet: 38, F2 and 42. RGB value is (56,242,66). Sum of RGB (Red+Green+Blue) = 56+242+66=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 242 (94.92% from 255 or 66.48% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 242 - color contains mainly: green. Hex color #38F242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F242 is #C70DBD. Grayscale: #A6A6A6. Windows color (decimal): -13045182 or 4387384. OLE color: 4387384.

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

Color convert

RGB 56 242 66 -
CMYK 0.77 0 0.73 0.05
HSL 123.23º 0.88% 0.58% -
HSV(B) 123.23º 0.77% 0.95% -
XYZ 34.37 64.74 15.84 -
YUV 166.32 71.38 49.31 -
System Red Green Blue C M Y K H S L
Decimal 56 242 66 0.77 0 0.73 0.05 123.23 0.88 0.58
Hex 38 F2 42 4D 0 49 5 7B 58 3A
Octal 70 362 102 115 0 111 5 173 130 72
Binary 111000 11110010 1000010 1001101 0 1001001 101 1111011 1011000 111010

Color Harmonies of #38F242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F242

Black with #38F242

Text Example


Text Example

White with #38F242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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