Html Css Color HEX #38F942 Lime Green

📋 copy color: '#38F942'

red 56 ◦ green 249 ◦ blue 66

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

Shades of Lime Green #38F942

Tints of Lime Green #38F942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 67.12%

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

R = 15.09%
G = 67.12%
B = 17.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#38F942 (or 0x38F942) is known color: Lime Green. HEX triplet: 38, F9 and 42. RGB value is (56,249,66). Sum of RGB (Red+Green+Blue) = 56+249+66=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #38F942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F942 is #C706BD. Grayscale: #AAAAAA. Windows color (decimal): -13043390 or 4389176. OLE color: 4389176.

HSL color Cylindrical-coordinate representation of color #38F942: hue angle of 123.11º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F942 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 249 66 -
CMYK 0.78 0 0.73 0.02
HSL 123.11º 0.94% 0.6% -
HSV(B) 123.11º 0.78% 0.98% -
XYZ 36.49 68.99 16.55 -
YUV 170.43 69.06 46.38 -
System Red Green Blue C M Y K H S L
Decimal 56 249 66 0.78 0 0.73 0.02 123.11 0.94 0.6
Hex 38 F9 42 4E 0 49 2 7B 5E 3C
Octal 70 371 102 116 0 111 2 173 136 74
Binary 111000 11111001 1000010 1001110 0 1001001 10 1111011 1011110 111100

Color Harmonies of #38F942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F942

Black with #38F942

Text Example


Text Example

White with #38F942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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