Html Css Color HEX #38F944 Lime Green

📋 copy color: '#38F944'

red 56 ◦ green 249 ◦ blue 68

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

Shades of Lime Green #38F944

Tints of Lime Green #38F944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.23%

R = 15.01%
G = 66.76%
B = 18.23%

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

#38F944 (or 0x38F944) is known color: Lime Green. HEX triplet: 38, F9 and 44. RGB value is (56,249,68). Sum of RGB (Red+Green+Blue) = 56+249+68=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 249 (97.66% from 255 or 66.76% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 249 - color contains mainly: green. Hex color #38F944 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F944 is #C706BB. Grayscale: #ABABAB. Windows color (decimal): -13043388 or 4520248. OLE color: 4520248.

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

Color convert

RGB 56 249 68 -
CMYK 0.78 0 0.73 0.02
HSL 123.73º 0.94% 0.6% -
HSV(B) 123.73º 0.78% 0.98% -
XYZ 36.55 69.01 16.86 -
YUV 170.66 70.06 46.22 -
System Red Green Blue C M Y K H S L
Decimal 56 249 68 0.78 0 0.73 0.02 123.73 0.94 0.6
Hex 38 F9 44 4E 0 49 2 7C 5E 3C
Octal 70 371 104 116 0 111 2 174 136 74
Binary 111000 11111001 1000100 1001110 0 1001001 10 1111100 1011110 111100

Color Harmonies of #38F944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F944

Black with #38F944

Text Example


Text Example

White with #38F944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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