Html Css Color HEX #38EE44 Lime Green

📋 copy color: '#38EE44'

red 56 ◦ green 238 ◦ blue 68

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

Shades of Lime Green #38EE44

Tints of Lime Green #38EE44

RGB

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

 GREEN value IS 238 (93.36% from 255) = 65.75%

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

R = 15.47%
G = 65.75%
B = 18.78%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#38EE44 (or 0x38EE44) is known color: Lime Green. HEX triplet: 38, EE and 44. RGB value is (56,238,68). Sum of RGB (Red+Green+Blue) = 56+238+68=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 238 (93.36% from 255 or 65.75% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EE44 is #C711BB. Grayscale: #A4A4A4. Windows color (decimal): -13046204 or 4517432. OLE color: 4517432.

HSL color Cylindrical-coordinate representation of color #38EE44: hue angle of 123.96º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EE44 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 238 68 -
CMYK 0.76 0 0.71 0.07
HSL 123.96º 0.84% 0.58% -
HSV(B) 123.96º 0.76% 0.93% -
XYZ 33.25 62.41 15.76 -
YUV 164.2 73.7 50.82 -
System Red Green Blue C M Y K H S L
Decimal 56 238 68 0.76 0 0.71 0.07 123.96 0.84 0.58
Hex 38 EE 44 4C 0 47 7 7C 54 3A
Octal 70 356 104 114 0 107 7 174 124 72
Binary 111000 11101110 1000100 1001100 0 1000111 111 1111100 1010100 111010

Color Harmonies of #38EE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EE44

Black with #38EE44

Text Example


Text Example

White with #38EE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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