Html Css Color HEX #38EF3E Lime Green

📋 copy color: '#38EF3E'

red 56 ◦ green 239 ◦ blue 62

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

Shades of Lime Green #38EF3E

Tints of Lime Green #38EF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.37%

R = 15.69%
G = 66.95%
B = 17.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#38EF3E (or 0x38EF3E) is known color: Lime Green. HEX triplet: 38, EF and 3E. RGB value is (56,239,62). Sum of RGB (Red+Green+Blue) = 56+239+62=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 239 (93.75% from 255 or 66.95% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 239 - color contains mainly: green. Hex color #38EF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EF3E is #C710C1. Grayscale: #A4A4A4. Windows color (decimal): -13045954 or 4124472. OLE color: 4124472.

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

Color convert

RGB 56 239 62 -
CMYK 0.77 0 0.74 0.06
HSL 121.97º 0.85% 0.58% -
HSV(B) 121.97º 0.77% 0.94% -
XYZ 33.37 62.92 14.94 -
YUV 164.11 70.37 50.89 -
System Red Green Blue C M Y K H S L
Decimal 56 239 62 0.77 0 0.74 0.06 121.97 0.85 0.58
Hex 38 EF 3E 4D 0 4A 6 7A 55 3A
Octal 70 357 76 115 0 112 6 172 125 72
Binary 111000 11101111 111110 1001101 0 1001010 110 1111010 1010101 111010

Color Harmonies of #38EF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EF3E

Black with #38EF3E

Text Example


Text Example

White with #38EF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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