Html Css Color HEX #38EF52 Lime Green

📋 copy color: '#38EF52'

red 56 ◦ green 239 ◦ blue 82

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

Shades of Lime Green #38EF52

Tints of Lime Green #38EF52

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.4%

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 14.85%
G = 63.4%
B = 21.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#38EF52 (or 0x38EF52) is known color: Lime Green. HEX triplet: 38, EF and 52. RGB value is (56,239,82). Sum of RGB (Red+Green+Blue) = 56+239+82=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 239 (93.75% from 255 or 63.40% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 239 - color contains mainly: green. Hex color #38EF52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EF52 is #C710AD. Grayscale: #A6A6A6. Windows color (decimal): -13045934 or 5435192. OLE color: 5435192.

HSL color Cylindrical-coordinate representation of color #38EF52: hue angle of 128.52º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EF52 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 239 82 -
CMYK 0.77 0 0.66 0.06
HSL 128.52º 0.85% 0.58% -
HSV(B) 128.52º 0.77% 0.94% -
XYZ 34.02 63.18 18.39 -
YUV 166.39 80.37 49.27 -
System Red Green Blue C M Y K H S L
Decimal 56 239 82 0.77 0 0.66 0.06 128.52 0.85 0.58
Hex 38 EF 52 4D 0 42 6 81 55 3A
Octal 70 357 122 115 0 102 6 201 125 72
Binary 111000 11101111 1010010 1001101 0 1000010 110 10000001 1010101 111010

Color Harmonies of #38EF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EF52

Black with #38EF52

Text Example


Text Example

White with #38EF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,239,82); }

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

background-color css

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

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

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

border-color css

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

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

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